#56: Spurious "Could not find system (in)dependent libraries" messages.
---------------------------+------------------------------------------------
Reporter: openticket | Owner: williamcaban
Type: defect | Status: new
Priority: normal | Milestone:
Component: Documentation | Version:
Severity: normal | Keywords:
---------------------------+------------------------------------------------
If an executable is built on one version of Linux - e.g. Ubuntu Jaunty
with python2.6 - and then run on another version of Linux - e.g. Ubuntu
Hardy with python2.5 - you get spurious messages:
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
(The same problem arises if e.g. an executable is built on Hardy/python2.5
and run on Jaunty/python2.6 - it's not dependent on which direction you go
in.)
These messages can be suppressed by setting Py_FrozenFlag in Python to 1
(in much the same way as Py_NoSiteFlag is set).
I have a patch to attach to this ticket which suppresses the spurious
messages.
Regards,
Vinay Sajip
--
Ticket URL: <http://www.pyinstaller.org/ticket/56>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---