Re: [Py2exe-users] Python 2.5 and zlib.pyd missing
by Thomas Heller other posts by this author
Sep 21 2006 6:28AM messages near this date
Re: [Py2exe-users] Python 2.5 and zlib.pyd missing
|
[Py2exe-users] pocketpc exe
Jimmy Retzlaff schrieb:
> Don Quijote wrote:
> > I suggest you use the attached patch, that covers all cases.
> >
> > Kind regards,
> > DQ
>
> I'm currently working around the clock at work to meet a deadline before
> heading out on vacation for a week. I'll be back the first week of
> October and I'll take a look at DQ's patch (thanks DQ!) and hopefully
> I'll have a chance to make a new release soon thereafter to address any
> issues with py2exe and Python 2.5. There are also a few enhancements
> that Mark Hammond made some time ago that will be included as well.
I think DQ's patch is the right thing to do. Then there's also
a patch that was posted before (linecache.getline takes three
arguments in Python 2.5).
A more complicated thing that has changed in Python 2.5 is the absolute/relative
import statement which requires changes to modulefinder.py.
Fortunately not too many packages use this new syntax *now*, but that
will probably change in the near future.
See also
http://mail.python.org/pipermail/python-3000/2006-August/003311.html
Thomas
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
Carlos Eduardo
Don Quijote
Jimmy Retzlaff
Thomas Heller
|