I succesfully used Pyinstaller for my project on linux / windows. Its
working like a charm except one thing:

On some target machines a complete python installation is existing.
When the packaged app is loading it tries to load modules from the
existing python installation first and not from the packaged app (e.g.
os module) . I had modified python python core modules (the os
module)  so I wanna prevent this. But I don't have any idea howto to.
I suppose that existing python installations are found through the
registry. But I can't not modify this registry entries on target
machines, the existing python installation should be kept working.

Has anyone an idea how to solve this?

Regards, Martin.
--~--~---------~--~----~------------~-------~--~----~
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