install issue

Asked by thracky

Having a heck of a time getting lottanzb to run... as far as I can tell all the proper dependencies in place. This is the resulting output when trying to run it.

the libglade warning about unknown widget class gtkassistant is probably the cause of all this but as far as I can tell I have the latest gtk and glade2 versions.

INFO Starting LottaNZB 0.2 using Python 2.4.4.
INFO The LottaNZB configuration could not be loaded. Starting configuration assistant.
INFO Created the LottaNZB directory /home/user/.lottanzb/.

(lottanzb:9118): libglade-WARNING **: unknown widget class 'GtkAssistant'
/usr/lib/python2.4/site-packages/lottanzb-0.2-py2.4.egg/lottanzb/firstrun.py:27: Warning: gsignal.c:1617: signal `prepare' is invalid for instance `0x8397048'
  self.uiTree.signal_autoconnect({
/usr/lib/python2.4/site-packages/lottanzb-0.2-py2.4.egg/lottanzb/firstrun.py:27: Warning: gsignal.c:1617: signal `cancel' is invalid for instance `0x8397048'
  self.uiTree.signal_autoconnect({
/usr/lib/python2.4/site-packages/lottanzb-0.2-py2.4.egg/lottanzb/firstrun.py:27: Warning: gsignal.c:1617: signal `apply' is invalid for instance `0x8397048'
  self.uiTree.signal_autoconnect({
Traceback (most recent call last):
  File "/usr/bin/lottanzb", line 7, in ?
    sys.exit(
  File "/usr/lib/python2.4/site-packages/lottanzb-0.2-py2.4.egg/lottanzb/lottanzb.py", line 63, in run
    Lotta()
  File "/usr/lib/python2.4/site-packages/lottanzb-0.2-py2.4.egg/lottanzb/lottanzb.py", line 48, in __init__
    self.assistant = firstrun.Assistant(True)
  File "/usr/lib/python2.4/site-packages/lottanzb-0.2-py2.4.egg/lottanzb/firstrun.py", line 34, in __init__
    self.setMode("standalone")
  File "/usr/lib/python2.4/site-packages/lottanzb-0.2-py2.4.egg/lottanzb/firstrun.py", line 150, in setMode
    self.pages[page].hide()
AttributeError: 'NoneType' object has no attribute 'hide'

Question information

Language:
English Edit question
Status:
Answered
For:
LottaNZB Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Severin H (severinh) said :
#1

Hi thracky,

the libglade warning clearly indicates that your libglade version doesn't support assistants. We didn't check when the support for them was added to libglade so you couldn't find any version information in the dependency section at lottanzb.org. Since you claim to be using the latest version of libglade your distributions comes with, I assume your distribution isn't the newest one. What I suggest you to do:

- Either: Upgrade libglade somehow (this might probably not be that easy)
- Or: The next version of LottaNZB (not released yet) doesn't make use of GtkAssitant anymore, so there's a chance that this version might run on your machine without forcing you to upgrade your libraries. You can get the source tarball here: http://launchpad.net/lottanzb/0.3/0.2.9/+download/lottanzb-0.2.9.tar.gz Unpack and install it. Please note: Run 'python setup.py upgrade' instead of 'python setup.py install'!

Please let us know if it works and don't hesitate to report bugs in this new version of LottaNZB!

-- Lantash

Can you help with this problem?

Provide an answer of your own, or ask thracky for more information if necessary.

To post a message you must log in.