On 12/03/2007 19.42, [EMAIL PROTECTED] wrote:
> I'm trying to use pyinstaller with Python 2.5. I've googled some forum
> posts of people that apparently have done it but I can't seem to even
> build it. Here's the error message I get:
>
> Traceback (most recent call last):
> File "Make.py", line 201, in <module>
> main()
> File "Make.py", line 99, in main
> binlib = sysconfig.get_config_vars('LIBDIR')[0]
> File "/usr/lib/python2.5/distutils/sysconfig.py", line 493, in
> get_config_vars
> func()
> File "/usr/lib/python2.5/distutils/sysconfig.py", line 352, in
> _init_posix
> raise DistutilsPlatformError(my_msg)
> distutils.errors.DistutilsPlatformError: invalid Python installation:
> unable to open /usr/lib/python2.5/config/Makefile (No such file or
> directory)
>
> Any sugestions?
This would look like a packaging problem to me: if you look at PyInstaller
code (Make.py line 99) it's not doing anything wrong, just calling the
standard distutils.sysconfig.get_config_vars() function. The exception message
would also point to a packaging problem: it speaks of "invalid Python
installation".
I would raise this issue with your distribution.
--
Giovanni Bajo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---