|
2010-05-13
, 04:47
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2010
|
#52
|
|
2010-05-13
, 09:17
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#53
|
|
2010-05-13
, 09:45
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#54
|
I downloaded 0.6.1-0, and I have good news, bad news and more good news.
Good news 1: the segfault has indeed gone away. Running:
now works as it should be, issuing help messages etc. No segfault!Code:python2.5 /opt/advancedcaching/core.py
Bad news: the Hildon application doesn't start up: it issues this traceback (non Pythonistas, please excuse the horror that is to follow):
Good news 2: I did this:Code:Traceback (most recent call last): File "core.py", line 696, in <module> start() File "core.py", line 693, in start Core(gui, determine_path()) File "core.py", line 264, in __init__ self.pointprovider = provider.PointProvider(self.CACHES_DB, self.downloader, geocaching.GeocacheCoordinate, 'geocaches') File "/home/opt/advancedcaching/provider.py", line 14, in __init__ self.conn = connect(filename) sqlite3.OperationalError: unable to open database file Exception exceptions.AttributeError: "PointProvider instance has no attribute 'conn'" in <bound method PointProvider.__del__ of <provider.PointProvider instance at 0x412584e0>> ignored Exception exceptions.AttributeError: "'Core' object has no attribute 'gui'" in <bound method Core.__del__ of <Core object at 0x41258490 (__main__+Core at 0x267950)>> ignored
And then it worked fine (from the xterm as well as the menus)! Not creating the directory is an easy mistake to make, I guess. And difficult to debug on the development box.Code:mkdir ~/.agtl
|
2010-05-13
, 09:48
|
Posts: 7 |
Thanked: 0 times |
Joined on Feb 2010
|
#55
|
|
2010-05-13
, 13:31
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#56
|
|
2010-05-13
, 15:07
|
Posts: 5 |
Thanked: 5 times |
Joined on Jan 2010
@ Athens, Greece / Edinburgh, Scotland
|
#57
|
Perhaps will get there...
BTW, how do you type ~ using the N900 keyboard?
cd; mkdir .agtl
mkdir $HOME/.agtl
mkdir /home/user/.agtl
|
2010-05-14
, 07:26
|
Posts: 9 |
Thanked: 0 times |
Joined on May 2010
|
#58
|
|
2010-05-14
, 14:50
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#59
|
|
2010-05-14
, 17:51
|
Posts: 19 |
Thanked: 3 times |
Joined on May 2010
|
#60
|
When running the application: