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
ed great from the command line, but
failed in the standalone version. I suspect it is likely that I am
not including all relevant libraries needed for this to work.
Has anyone had any experience using ImageMagick or PIL in a
standalone application to convert image types?