Re: Py2exe and extension issues

2005-02-18 Thread kdahlhaus
John, Thanks, for some reason, I just saw your response. I'll be getting back to that app in about 2 week and the first item is to look into the issue. -- http://mail.python.org/mailman/listinfo/python-list

Re: Py2exe and extension issues

2005-01-03 Thread John Machin
[EMAIL PROTECTED] wrote: > 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

Py2exe and extension issues

2005-01-03 Thread kdahlhaus
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