Ticket #632 (new defect)
N+ starts with a blank window
| Reported by: | anonymous | Owned by: | quinox |
|---|---|---|---|
| Priority: | normal | Milestone: | Release 1.2.16 |
| Component: | nicotine | Version: | SVN |
| Keywords: | Cc: |
Description
Today I tried to update to N+ 1.2.15, but it wouldn't start. I grabbed r1422 from SVN, and it gives me the same error:
Traceback (most recent call last):
File "/usr/bin/nicotine.py", line 286, in ?
run()
File "/usr/bin/nicotine.py", line 272, in run
app = frame.MainApp?(config, plugins, trayicon, tryrgba, hidden, webbrowser)
File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/frame.py", line 3607, in init
self.frame = NicotineFrame?(config, plugindir, trayicon, rgbamode, start_hidden, WebBrowser?)
File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/frame.py", line 535, in init
self.fastconfigure = FastConfigureAssistant?(self)
File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/fastconfigure.py", line 63, in init
builder = gtk.Builder()
AttributeError?: 'module' object has no attribute 'Builder'
The window that comes up is blank and is completely unresponsive. The only way to get rid of it is to kill the nicotine process.
My system is using: python-2.4.5, pygtk-2.12.1, pygobject-2.15.1, pycairo-1.4.12

We now use the GTKBuilder for loading the GUI - ATM it's only for the new-user wizard. It should be part of any recent PyGTK, so try upgrading that package. If that doesn't work I might be able to disable the wizard in case you don't have GTKBuilder so you can still use N+ with older versions