[Pythonmac-SIG] py2app mac

2008-05-09 Thread Mariano Di Felice
Hi people! I have a problem about compiling my simple python script into a MAC app. I have installed Python 2.5, wxPython2.8.7.1, PIL 1.1.6. After, py2app from svn trunk version 0.4.2 I compile this on a mac PC Intel Minimac with OS Tiger version 10.4.11 This is my python source script: """ te

Re: [Pythonmac-SIG] py2app mac

2008-05-09 Thread Christopher Barker
Mariano Di Felice wrote: I compile this on a mac PC Intel Minimac with OS Tiger version 10.4.11 But when I run my test.app into another MAC ( this is a MAC PPC Tiger without PIL, wxpython, etc etc ), I have more problems: if I don't include any package, I obtain: ImportError: The _imag