On Fri, 2010-04-23 at 10:43 +0200, Florian Höch wrote:
> > Thanks Florian, I'll test it as soon as possible!
> >
> > Out of curiosity, is this change compatible with older versions of Python
> > (both 2.6.x and 2.y)?
>
> A quick test with a 'Hello World' program with Python 2.3 and 2.4 did
> show a problem in the 2.3 built exe ('Cannot GetProcAddress for
> Py_IncRef' in console window when running the exe, followed by an
> '<exename> is no longer working' dialog from Windows, tested under win
> 7), but I'm also getting this when using trunk, so I think it's
> unrelated to py26win. The 2.4 version works.
That's right, it looks like I've broken compatibility with older
versions of Python without noticing.
The commit that are responsible are r610 and r618. The code removed
there should be readded with an #ifdef, conditionally on a pre-2.4
version.
--
Giovanni Bajo :: [email protected]
Develer S.r.l. :: http://www.develer.com
My Blog: http://giovanni.bajo.it
Last post: Grey on black: combining greylisting with blacklists
--
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.