OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: iamasmith on January 11, 2006, 08:09:28 am

Title: Tube Map - Metromap Runs!
Post by: iamasmith on January 11, 2006, 08:09:28 am
Wow, I was putting my SL-C3000 through it's paces.

I'm running a proof of concept pdaXrom environment using /dev/hda1 as a single root file system pivot rooted off the flash partition. So far things are looking great.

I was looking around for software to replace my Qtopia stuff and came across http://metromap.antex.ru/ (http://metromap.antex.ru/)

This package is a regular python package and requires no compilation whatsoever, simply install the full version of Python from the pdaXrom feed and you can run this straight from the directory that you unpacked it (or you can choose to make install which copies stuff to relevant locations on your machine).

You need to Alt-Drag around and it's not the snappiest of things on a Z but apart from that it runs fairly well
Title: Tube Map - Metromap Runs!
Post by: ZDevil on January 11, 2006, 12:50:06 pm
It's a good start.  I do miss Metro on Palm a lot (http://chotto.free.fr/tatami/Metro/MetroA-en.html )  This one doesn't offer that many maps.  It's a big pity as Metro is already available for PalmOS, PocketPC, MS Smartphone, Symbian UIQ/SonyEricsson, Symbian S60/Nokia, Symbian S80/Nokia, Symbian S90/Nokia, but no linux!
Title: Tube Map - Metromap Runs!
Post by: desertrat on January 11, 2006, 03:34:33 pm
Quote
It's a good start.  I do miss Metro on Palm a lot (http://chotto.free.fr/tatami/Metro/MetroA-en.html )  This one doesn't offer that many maps.  It's a big pity as Metro is already available for PalmOS, PocketPC, MS Smartphone, Symbian UIQ/SonyEricsson, Symbian S60/Nokia, Symbian S80/Nokia, Symbian S90/Nokia, but no linux!
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=110492\")

Metro is great - tons of maps. But one thing it's lacking is graphical maps. Metromap seems to be similar to [a href=\"http://www.freepoc.org/viewapp.php?id=60]TubeRoute[/url] that I used to use on my Psion.

Anyway when I run Metromap I get this:

Code: [Select]
# ./metromap.py
Traceback (most recent call last):
  File "./metromap.py", line 3, in ?
    import pygtk
  File "/home/sash/Work/Akita/pdaXrom-builder/build/pygtk-2.5.3/ipkg_tmp/usr/lib/python2.4/site-packages/pygtk.py", line 22, in ?
ImportError: No module named fnmatch

Any idea which package I need to install to get the "fnmatch" module?

-- cheers
Title: Tube Map - Metromap Runs!
Post by: pgas on January 11, 2006, 04:05:12 pm
search the forum?
https://www.oesf.org/forums/index.php?act=S...ighlite=fnmatch (https://www.oesf.org/forums/index.php?act=Search&CODE=show&searchid=e5ad466d1fdf1b7b1566dce0baea3030&search_in=posts&result_type=topics&highlite=fnmatch)
Title: Tube Map - Metromap Runs!
Post by: desertrat on January 11, 2006, 04:25:01 pm
Quote
search the forum?
https://www.oesf.org/forums/index.php?act=S...ighlite=fnmatch (https://www.oesf.org/forums/index.php?act=Search&CODE=show&searchid=e5ad466d1fdf1b7b1566dce0baea3030&search_in=posts&result_type=topics&highlite=fnmatch)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110536\"][{POST_SNAPBACK}][/a][/div]

Sorry, I thought I had practiced due diligence by searching the official python docs before asking  

To save others some legwork these are the required packages:

python-shell_2.4.1_armv5tel.ipk (fnmatch)
python-compression_2.4.1_armv5tel.ipk (zipfile)


-- cheers