Hello,
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?
Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---