Modify

Ticket #632 (new defect)

Opened 3 years ago

Last modified 3 years ago

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

Attachments

Change History

comment:1 Changed 3 years ago by anonymous

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

comment:2 Changed 3 years ago by anonymous

I see no point in disabling functionality just for the sake of maintaining compatibility with ancient software. Perhaps it would be a good idea to specify the minimum requirements on the dependencies page?

comment:3 Changed 3 years ago by quinox

It would yes. Alas, I don't know what they are =)

View

Add a comment

Modify Ticket

Action
as new
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.