Is anyone aware of issues with Py2exe and extensions compiled with cygwin/mingw for Python 2.3? I have an extension that wraps access to some C DLLs. The generated executable always segfaults at startup, although things work fine when running through the normal python interpreter. I had a guess that perhaps the issue stems from my extension being compiled with cygwin and py2exe compiled with Visual C++?
-- http://mail.python.org/mailman/listinfo/python-list