Hi,

I have an application written on top of Enthought Tool Suite (Traits,
TraitsGUI, Chaco, wx etc.). Roughly a year a go a colleague of mine
was able to get it packaged for Windows and Linux with pyinstaller
with some considerable effort to get all the ETS modules imported
nicely.
I now tried to create an OS X app with pyinstaller, and just ran the
stock Makespec and Build commands. Things have seemingly progressed
very nicely for pyinstaller, since I get no import errors:

$ ./yasso
thisfile is ./yasso
_MEIPASS2 (workpath) is NULL
homepath is ./
Extracting binaries
Executing self as child with ./
./:/usr/local/lib:/Users/Jussi/instantclient:
thisfile is ./yasso
_MEIPASS2 (workpath) is ./
homepath is ./
Already have a workpath - running!
./Python
Manipulating evironment
PYTHONPATH=.
importing modules from CArchive
extracted iu
extracted struct
extracted archive
Installing import hooks
outPYZ1.pyz
Running scripts
Back to parent...

BUT the script exits without actuallly opening the UI. I'm running
this using the 32 bit Enthought Python Distribution from a virtualenv
in which I renamed pythonw to python since pythonw is needed to open
the GUI for the ETS app.
python yasso.py does work ok using the virtualenv for the app.

Any ideas whats going wrong or how could I get more debug information?

Cheers,
Jussi

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to