![]() |
2008-02-01
, 16:12
|
Posts: 88 |
Thanked: 19 times |
Joined on Jan 2008
|
#2
|
![]() |
2008-02-01
, 16:37
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#4
|
![]() |
2008-02-01
, 19:21
|
Posts: 120 |
Thanked: 69 times |
Joined on Nov 2007
@ NL
|
#5
|
![]() |
2008-02-01
, 19:33
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#6
|
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.
![]() |
2008-02-01
, 20:01
|
Posts: 334 |
Thanked: 55 times |
Joined on Aug 2007
@ Eastern Ontario, Canada
|
#7
|
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.
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.
I've been digging around the forums and it seems like most of the talk along those lines involves Python, GTK, and something called Hildon (all of which are new to me). Is this the generally used route for this sort of development? If so, could anyone point me to a tutorial or guide so I can see what would be involved?
Thanks.