View Single Post
Posts: 468 | Thanked: 610 times | Joined on Jun 2006
#6
I haven't tested it yet on IT2008, but Eagle is just a wrapper ontop of GTK. If you have the eagle .py file in the directory of your own scripts it should work on any Maemo python install.

Somebody else was also talking about a port of wxPython to Maemo (also a kind of gtk wrapper, but much more options)

The last time I tested a local webserver was on IT 2007, I believe I had to copy a library of the desktop python install for some dependencies (but there have been a lot of updates since then for Maemo python, so that may not be necessary ). but after that it worked perfectly.

Originally Posted by dont View Post
I think that all of the suggestions made so far require you to install scratchbox and have/learn a lot of scratchbox/Hildon/Linux/GTK knowledge.

Is this true?

If so, are there any real alternatives out there?

This is what I have found so far:

There was a project called Eagle that looked promising: http://www.gustavobarbieri.com.br/eagle/ but I don't think it has been made available for OS2008. Anybody know what is happening to Eagle?

Another alternative is to install a local cgi web-server and write your app as a combination of browser-resident Javascript and Python cgi. You could use json-rpc or xml-rpc to communate between the js and python code. This is the approach that I am planning to use unless someone tells me not to bother and gives me a good reason why it won't work. Or gives me a better alternative.

I think that something like the old HyperCard (68K Mac app) would be real nice on a tablet.

Last edited by Bernard; 2008-02-01 at 19:40.