| The Following User Says Thank You to SpandexBob For This Useful Post: | ||
|
|
2010-04-17
, 08:36
|
|
Posts: 189 |
Thanked: 20 times |
Joined on Mar 2010
|
#12
|
|
|
2010-04-17
, 09:28
|
|
Posts: 14 |
Thanked: 4 times |
Joined on Oct 2009
|
#13
|
|
|
2010-04-18
, 08:19
|
|
|
Posts: 47 |
Thanked: 28 times |
Joined on Dec 2009
@ London, UK
|
#14
|
|
|
2010-04-25
, 07:19
|
|
Posts: 189 |
Thanked: 20 times |
Joined on Mar 2010
|
#15
|
Hi airjaff, I'm afraid I have no idea what could be causing your problems.
One thing you could try is launching it from the console instead of from the GUI - it should print some error messages that way.
I currently don't have an N900 (mine broke in Australia a month ago and the replacement I finally got on Friday has a bad touchscreen - so until I get a working N900 again I'm a bit stuck.
Cheers,
- Micha.
|
|
2010-04-26
, 10:31
|
|
|
Posts: 47 |
Thanked: 28 times |
Joined on Dec 2009
@ London, UK
|
#16
|
dpkg --list-files <package name>
dpkg --listfiles mwtube
|
|
2010-05-21
, 14:38
|
|
|
Posts: 47 |
Thanked: 28 times |
Joined on Dec 2009
@ London, UK
|
#17
|
|
|
2010-05-21
, 14:52
|
|
|
Posts: 47 |
Thanked: 28 times |
Joined on Dec 2009
@ London, UK
|
#18
|
Very useful app. It would be great if you could develop this further. Perhaps including an option for looking up live departures from specific stations?
http://www.tfl.gov.uk/tfl/livetravel...partureboards/
|
|
2010-05-30
, 14:57
|
|
Posts: 57 |
Thanked: 4 times |
Joined on May 2010
|
#19
|
Nokia-N900-02-8:~# mwtube
Traceback (most recent call last):
File "/usr/lib/mwtube/mwtube.py", line 409, in <module>
ts = TubeStatus()
File "/usr/lib/mwtube/mwtube.py", line 379, in __init__
self.updateTubeStatus()
File "/usr/lib/mwtube/mwtube.py", line 223, in updateTubeStatus
self.addTubeStatus(line)
File "/usr/lib/mwtube/mwtube.py", line 167, in addTubeStatus
eb1.modify_bg(gtk.STATE_NORMAL, self.line_colours[tubeStatus['id']][0] )
KeyError: 'overground'
|
|
2010-05-31
, 10:13
|
|
|
Posts: 47 |
Thanked: 28 times |
Joined on Dec 2009
@ London, UK
|
#20
|
I happen to have looked at the source and was happy to see that its a python app