-fin
August 16th, 2006, 07:20 AM
hello.
I just upgraded from 0.30 to 0.40, with a problematic outcome ... (have i mentioned that 0.30 worked great - although a key combination to show it would be cool ;))
i'm running an up-to-date gentoo 2006.0 (or .1? i forgot) system, with all the dependencies ("import"-statements in the source) installed
when i start usp, i get the following error:
finlap bin # usp run-in-window
Dir exist
Dir exist
Dir exist
Place added - /root/.usp/places/nautilus-home.desktop
Place added - /root/.usp/places/nautilus-computer.desktop
Place added - /root/.usp/places/network-scheme.desktop
Traceback (most recent call last):
File "/usr/bin/usp", line 1755, in ?
menu_factory(app, None)
File "/usr/bin/usp", line 1735, in menu_factory
MenuWin(applet, iid)
File "/usr/bin/usp", line 1551, in __init__
self.mainwin = MainWindow(self)
File "/usr/bin/usp", line 175, in __init__
self.PopulatePlugins()
File "/usr/bin/usp", line 281, in PopulatePlugins
MyPlugin.content_holder.show()
AttributeError: 'NoneType' object has no attribute 'show'
as i'm no python developer, i could not debug it - could anyone help me with this?
I just upgraded from 0.30 to 0.40, with a problematic outcome ... (have i mentioned that 0.30 worked great - although a key combination to show it would be cool ;))
i'm running an up-to-date gentoo 2006.0 (or .1? i forgot) system, with all the dependencies ("import"-statements in the source) installed
when i start usp, i get the following error:
finlap bin # usp run-in-window
Dir exist
Dir exist
Dir exist
Place added - /root/.usp/places/nautilus-home.desktop
Place added - /root/.usp/places/nautilus-computer.desktop
Place added - /root/.usp/places/network-scheme.desktop
Traceback (most recent call last):
File "/usr/bin/usp", line 1755, in ?
menu_factory(app, None)
File "/usr/bin/usp", line 1735, in menu_factory
MenuWin(applet, iid)
File "/usr/bin/usp", line 1551, in __init__
self.mainwin = MainWindow(self)
File "/usr/bin/usp", line 175, in __init__
self.PopulatePlugins()
File "/usr/bin/usp", line 281, in PopulatePlugins
MyPlugin.content_holder.show()
AttributeError: 'NoneType' object has no attribute 'show'
as i'm no python developer, i could not debug it - could anyone help me with this?