Fri 18 Aug 2006 01:25:55 PM UTC, original submission:
Traceback (most recent call last):
File "./curphoo", line 4, in ?
_name_=='__main__' and boot.go()
File "/home/c0ns0le/curphoo-0.4.3-3/boot.py", line 29, in go
curses.wrapper(driver.go, sess)
File "/usr/lib/python2.4/curses/wrapper.py", line 44, in wrapper
return func(stdscr, args, *kwds)
File "/home/c0ns0le/curphoo-0.4.3-3/driver.py", line 109, in go
cmdparser.do(s, y, sess, chatwin, statusbar)
File "/home/c0ns0le/curphoo-0.4.3-3/cmdparser.py", line 367, in do
output.list_excludeusers(chatwin, sess, Session.excludes, sess.color['excludelist'], 'List of users on excluded from auto-ignore')
AttributeError: 'module' object has no attribute 'excludes'
|