On Tue Feb  6 23:01:52 2007, Jeff G wrote:
I tried running a python program under scratchbox, and it fails when
importing gtk.


It sounds like you're running with the scratchbox python.


any ideas of how to "install" what I need.  the app installer is NOT
available in the provided UI.

Try:
echo 'deb http://repository.maemo.org/extras/ bora free non-free' >>/etc/apt/sources.list
fakeroot apt-get update
fakeroot apt-get install python2.5-runtime python2.5-dev

Then launch your app with:

run-standalone.sh /usr/bin/python2.5 myscript.py

I think that should do it.

Dave.
--
Dave Cridland - mailto:[EMAIL PROTECTED] - xmpp:[EMAIL PROTECTED]
 - acap://acap.dave.cridland.net/byowner/user/dwd/bookmarks/
 - http://dave.cridland.net/
Infotrope Polymer - ACAP, IMAP, ESMTP, and Lemonade
_______________________________________________
maemo-users mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-users

Reply via email to