View Single Post
grog's Avatar
Posts: 546 | Thanked: 85 times | Joined on Feb 2008 @ Winnipeg, Canada
#51
Originally Posted by Twidi View Post
If you can copy/paste here the ZOOMEKEYS ERROR line, it will be helpfull
Code:
$ python ./GRead/src/gread.py
Traceback (most recent call last):
  File "./GRead/src/gread.py", line 7, in <module>
    from views.maemo5.controller import Controller
  File "/home/user/MyDocs/Gread/src/views/maemo5/controller.py", line 15, in <module>
    from views.maemo5.itemview import ItemViewView
  File "/home/user/MyDocs/Gread/src/views/maemo5/itemview.py", line 19, in <module>
    sys.stderr.write("ZOOMKEYS ERROR : %s" % e)
NameError: name 'sys' is not defined
HTH
__________________
GROG!
N900 | ZAGG Body Armour | 16Gb A-DATA micro-sd
N810 | 2 x Patriot 8gb mini-SD | Boxwave Crystal Clear SS | Black Aluminum case | OTG dongle
N800 | 2 x 8gb OCX SD | Boxwave Anti-glare SS | PDAir book-style case
Holux M-1200 bluetooth GPS | iGo 4-row bluetooth keyboard | Linksys USB 10/100 ethernet | Plantronics Voyager 855 BT Headset

Last edited by grog; 2010-09-13 at 17:38. Reason: add missing debug line