On Wed, 2010-05-12 at 11:12 +0200, [email protected] wrote:
> Hello,
> 
> could it be possible to implement in PyInstaller something like
> "LD_LIBRARY_PATH isolation" at least for Windows platform?
> 
> 
> For python development I use PyQt. When PyQt is installed the folder
> 
> C:\Python26\Lib\site-packages\PyQt4\bin;
> 
> is added to system PATH. But on another system, where is installed
> another version of PyQt (Qt), the created binary of my app won't work.
> This is because installed PyQt libraries interfere to those bundled.

We will need to investigate this problem futher. If you look at MSDN,
the directory where the application resides is always the *first* being
looked at:

http://msdn.microsoft.com/en-us/library/ms682586(VS.85).aspx

So, I would guess that there is at least one library missing (for some
reason) from your one-dir bundle, and that only library is being
incorrectly found in the user's system. Can you please investigate?

Thanks!

-- 
Giovanni Bajo   ::  [email protected]
Develer S.r.l.  ::  http://www.develer.com

My Blog: http://giovanni.bajo.it
Last post: Grey on black: combining greylisting with blacklists

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