Hi Lynn,

This is caused by a recent change in pyinstaller to set PYTHONHOME to
the directory with frozen application. This change should make frozen
executables fully independent on any python installation on given OS.

However, on Mac OS X this causes some side effects with distutils and
probably other modules.

I'm working on a fix for this. You could expect the fix in a few days.

Lynn Oliver píše v So 31. 03. 2012 v 20:21 -0700:
> Once again I started from scratch with a simple program and added
> imports until it broke the pyinstaller build.  The first import to
> cause an issue was scikits.samplerate, which is not listed as
> supported and is not found when searching the active tickets. 
> 
> No complaints from the build, but when I run the executable I get: 
> 
>         File
>         
> "/Users/lynn/Documents/python/axeomatic2/pyinstaller/testbuild/build/pyi.darwin/testbuild/out03-PYZ.pyz/distutils.sysconfig",
>  line 370, in _init_posix
>         distutils.errors.DistutilsPlatformError: invalid Python
>         installation: unable to
>         open 
> /Users/lynn/Documents/python/axeomatic2/pyinstaller/testbuild/dist/testbuild/lib/python2.7/config/Makefile
>  (No such file or directory)
>         
>         
> I have no idea why pyinstaller thinks there would be a
> lib/python2.7/config/Makefile in the dist directory..  Running python
> in verbose mode gives a bunch of successful imports followed by the
> exact same error.  It appears that none of the scikits.samplerate
> imports occur before the error. 

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