William Caban <[EMAIL PROTECTED]> wrote: > What are we doing with the pyinstaler_1.x branch? Should the changes to > Make.py be imported there? These changes basically add/fix x86_64 > support but it start using distutils so we have the problem with the > Python 1.5.2.
I don't think they should. I believe we should put only real critical fixes in PyInstaller 1.x, or regressions since previous McMillan version (that is, something we broken inbetween 5b5 and 1.0). Support for x86_64 is something new, which can happily live in the trunk and be released as a new feature whenever we release it. When I get back to PyInstaller (soon, I hope), I'll be working on fixing the MSVCR71.DLL issue with Python 2.4 (which is of primary importance to me), and on the switch to distutils. -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [EMAIL PROTECTED] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
