In my python installation, I have a .pth file which points to the location 
of a proprietary python library. This extends the PYTHONPATH at runtime to 
include the library.

As the library is proprietary, I cannot instruct pyInstaller to bundle it 
with a hook (as you would for any other library that lies outside the 
pythonpath). 

Is there anyway I can instruct pyinstaller to extend the PYTHONPATH at 
runtime to include a location outside of the installation 
directory/executable?
This way I can require that the client computer has the proprietary library 
preinstalled in the default location and simply include that path. 


Either by somehow bundling the .pth file, or by some other mechanism?

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to