On Fri, Apr 18, 2008 at 3:26 PM, Hannes Müller <[EMAIL PROTECTED]>
wrote:

>
> We are using a wx.py.shell.Shell (with a slightly modified
> InterpClass, nothing serious modified) in our program.
>
> When running from source, help and most importantly help(...) calls
> work, but in the pyinstaller exe version, I get an Exception
> (NameError).
>
> Has anyone seen this before or knows what we could try to get those
> back? dir(...) works, why does help not work?
>

help is defined in site.py, which pyinstaller excludes.

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