py2exe and the path module

Thomas Heller theller at python.net
Fri Apr 2 12:51:36 EST 2004


Several users have been bitten by the incompatibility of py2exe and
Jason Jorendorff's path module at
http://www.jorendorff.com/articles/python/path/.

I think I have found the bug in modulefinder that leads to the unbounded
recursion when the path module is installed, and posted a patch to the wiki:
http://starship.python.net/crew/theller/moin.cgi/PathModul

It would be nice if some people at least could try out the patch (even
some that don't have the path module), and report whether it works or
not.

Thanks,

Thomas





More information about the Python-list mailing list