>This is a Python 2.6 thing. 2.6 is the default on Jaunty,
>but PyInstaller does not officially support it.
>I have a cheezy hack that makes things work properly:
>search the bug tracker and you'll find it.
Thanks! That's exactly what I needed. I didn't realize PyInstaller
wasn't supporting Python 2.6 yet. To help people in the future who
search for this problem, I'll mention that the Jaunty repository includes
python2.5 so it is pretty easy to give PyInstaller what it is known
to work with:
% sudo apt-get install python2.5 python2.5-dev
(and then use "python2.5" with PyInstaller)
-andy
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---