Ticket #133 (closed defect: fixed)
svn r375 doesn't start: NowPlaying instance has no attribute 'defaultlist'
| Reported by: | sander@… | Owned by: | daelstorm |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | nicotine | Version: | SVN (checked out today) |
| Keywords: | Cc: |
Description
When starting nicotine the window is created but remains gray. On console:
Traceback (most recent call last):
File "./nicotine", line 156, in <module>
app = frame.MainApp?(config, trayicon)
File "/home/sander/bin/nicotine+/pynicotine/gtkgui/frame.py", line 2198, in init
self.frame = NicotineFrame?(config, trayicon)
File "/home/sander/bin/nicotine+/pynicotine/gtkgui/frame.py", line 448, in init
self.now = nowplaying.NowPlaying?(self)
File "/home/sander/bin/nicotine+/pynicotine/gtkgui/nowplaying.py", line 264, in init
self.NPFormat.child.set_text(str(self.defaultlist[0]))
AttributeError?: NowPlaying? instance has no attribute 'defaultlist'
Using Python 2.5 and Psyco 1.5.2.
