nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

Unique_Dialog instance has no attribute 'specto' #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I've been using specto for a few weeks before without problem, but since 
last month, not sure for which update, I started getting this error when 
trying to add a watch (and the list of watches has emptied):

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/spectlib/add_watch.py", line 
283, in add_clicked
    self.create_watch()
  File "/usr/lib/python2.5/site-packages/spectlib/add_watch.py", line 
116, in create_watch
    unique_dialog = Unique_Dialog()
  File "/usr/lib/python2.5/site-packages/spectlib/add_watch.py", line 
488, in __init__
    self.gladefile= self.specto.PATH + 'glade/add_watch.glade'
AttributeError: Unique_Dialog instance has no attribute 'specto'

I'm using Gentoo Linux ~amd64, dev-python/gnome-python-2.22.0 .

Thanks in advance,
Diego

Original issue reported on code.google.com by flameeyes on 14 May 2008 at 8:48

GoogleCodeExporter commented 9 years ago
what do you mean by "the list of watch has emptied"; you emptied it, or it 
emptied
itself? maybe it's Issue #37? (sorry for taking a long time to reply)

Original comment by nekoh...@gmail.com on 18 May 2008 at 3:16

GoogleCodeExporter commented 9 years ago
It seems to be issue #37 indeed. I found the watches.list corrupted as that bug 
states, removed it and now it works again. I don't know enough python to tell 
if 
the error message I got is anything related to that...

Original comment by flameeyes on 18 May 2008 at 1:27

GoogleCodeExporter commented 9 years ago
duplicate of issue #37 then.

Original comment by nekoh...@gmail.com on 18 May 2008 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 16 Apr 2011 at 3:26