Thomas Robitaille | 20 Jun 17:14
Picon
Gravatar

ipy_profile_none ImportError

Hello,

I have tried building executables (on mac) of the attached script
(which starts an ipython prompt) using several different tools (such
as pyinstaller, py2app) and in all cases, the resulting executables
crash, with an ImportError on ipy_profile_none. The problem seems to
be that some of the modules that ipython imports are in a non-standard
location (in Extensions) and aren't copied over by py2app or
pyinstaller.

I was wondering whether anyone here has successfully build an
executable with an ipython prompt (such as that given by the attached
script), and if so, how you did it?

Thanks,

Thomas
Attachment (test_ipython.py): application/octet-stream, 189 bytes
_______________________________________________
IPython-user mailing list
IPython-user <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user

Gmane