#152: pyinstaller onefile fails to bundle Python framework shared lib on osx
-----------------------------+----------------------------------------------
 Reporter:  marvingreenberg  |       Owner:  giovannibajo
     Type:  defect           |      Status:  new         
 Priority:  highest          |   Milestone:              
Component:  PyInstaller      |     Version:              
 Severity:  blocker          |    Keywords:  osx         
-----------------------------+----------------------------------------------
 The loader expects to load the python framework library
 sys.exec_prefix/Python from the _MEI temp dir, but the current Build.py
 does not bundle it.

 The error is below, ".Python" is a fallback apparently for some other osx
 issue.
 stdout: Error loading Python lib '/tmp/_MEIN4IBw9/.Python':
 dlopen(/tmp/_MEIN4IBw9/.Python, 10): image not found


 Patch attached to add it the Python shared library to the onefile.     An
 alternative might be for the loader to look in "standard places" for the
 osx shared library, but bundling it provides better isolation from any
 incompatibility for an existing image with OSX updates.

-- 
Ticket URL: <http://www.pyinstaller.org/ticket/152>
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.

Reply via email to