|
|
2010-09-10
, 15:15
|
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#2
|
|
|
2010-09-10
, 15:25
|
|
|
Posts: 122 |
Thanked: 22 times |
Joined on Jun 2010
@ China
|
#3
|
While launching it as root you didn't the Maemo look and feel.
But here the problem is that your window is a None type... haven't be created. Without source ... we can 't help you.
Python script doesn't need root to run ...
svn checkout http://gmapcatcher.googlecode.com/svn/trunk/ gmapcatcher-read-only
|
|
2010-09-10
, 15:54
|
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#4
|
|
|
2010-09-10
, 16:32
|
|
|
Posts: 122 |
Thanked: 22 times |
Joined on Jun 2010
@ China
|
#5
|
Launch as root:
~ $ gmaps Traceback (most recent call last): File "/media/mmc1/GMapCatcher-0.7.2.0/maps.py", line 967, in <module> main() File "/media/mmc1/GMapCatcher-0.7.2.0/maps.py", line 963, in main MainWindow() File "/media/mmc1/GMapCatcher-0.7.2.0/maps.py", line 959, in __init__ self.drawing_area.da_set_cursor() File "/media/mmc1/GMapCatcher-0.7.2.0/gmapcatcher/widDrawingArea.py", line 30, in da_set_cursor self.window.set_cursor(cursor) AttributeError: 'NoneType' object has no attribute 'set_cursor' ^Z[1] + Stopped gmaps ~ $Same python same script