Hi,

I am trying to use pyinstaller with the ipython module. However, if I
try building the following script:

---

import IPython

ipshell = IPython.Shell.IPShell(argv=['-prompt_in1','test <\#>: ','-
autocall','2','-colors', \
                                     'LightBG','-
logfile','ipython.log'],user_ns=globals())

ipshell.mainloop(0)

---

the resulting binary returns an ImportError:

ImportError: No module named ipy_system_conf

I am using the latest svn version of pyinstaller. Is there something I
should be modifying in the spec file to get this to work? Or will
pyinstaller have to explicitely support ipython for this problem to
disappear?

Thanks,

Thomas
--~--~---------~--~----~------------~-------~--~----~
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