MaxTyutyunnikov / gphotoframe

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

NameError: global name 'sys' is not defined in lib/plugins/base.py #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Traceback (most recent call last):
  File "/home/cyril/src/gphotoframe-read-only/lib/photoliststore.py", line
48, in timer
    self.change_photo()
  File "/home/cyril/src/gphotoframe-read-only/lib/photoliststore.py", line
57, in change_photo
    target().get_photo(self.photoframe)
  File "/home/cyril/src/gphotoframe-read-only/lib/plugins/fspot.py", line
52, in get_photo
    self.make(photoframe)
  File "/home/cyril/src/gphotoframe-read-only/lib/plugins/base.py", line
27, in make
    print sys.exc_info()[1]
NameError: global name 'sys' is not defined

I do no special action for have thise

Original issue reported on code.google.com by levis.cy...@gmail.com on 8 May 2009 at 9:17

GoogleCodeExporter commented 9 years ago
Thank you for reporting the bug.
I fixed in r44.

Original comment by yendo0206 on 8 May 2009 at 10:26