On ven, 2009-06-19 at 11:44 -0700, Thomas wrote:
> Hi,
> 
> I am trying to use pyinstaller with the ipython module.

ipython is not an application, but a shell; its scope is very different
from that of a normal application written in Python, so I consider
making it compatible with PyInstaller very low priority.

I gave a quick look and I see that it tries that in fact it tries to
import that module and other modules found through runtime name
computation (like ipy_profile + opts.profile).

I suggest that you investigate it yourself and try adding hidden imports
to fix the problems that arise.
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com



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