[Pythonmac-SIG] CPython VM for iPhone?

2007-08-15 Thread Bill Janssen
I thought I'd see if anyone has begun porting the CPython VM to the iPhone? Presumably with a PyGUI interface to UIKit? http://iphone.fiveforty.net/wiki/index.php/UIKit_Hello_World http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Bill ___ Pytho

[Pythonmac-SIG] py2app and ghostscript

2007-08-15 Thread Jeremy Gibbs
I am testing out wxpython and py2app. I have a simple GUI that acts as a front-end to a vector graphics software package. The software writes images in .eps format. wxPython needs jpg format to view. I use PIL to open .eps and save as .jpg When I run the script from the command line it works gr