Re: [python-win32] Building win32 extensions to Python - crash

2006-06-17 Thread chris botos
On 6/16/06, James Carroll <[EMAIL PROTECTED]> wrote: But you aren't using swig (yet) so this is only relevent as far asshowing the one thing you have to be aware of.  Without swig, it'sjust being concious of when to Refrence and Unref() certain variables. -JimIt looks like I should be looking at sw

Re: [python-win32] Building win32 extensions to Python - crash

2006-06-16 Thread John Machin
On 17/06/2006 3:49 AM, Chris Botos wrote: > James Carroll wrote: >>> Thanks for your responses. I went ahead and tried MinGW. I was able to >>> build and use screengrabber and other examples. I also used it as an >>> example and created successfully a very simple "hello python" extension. >> Fan

Re: [python-win32] Building win32 extensions to Python - crash

2006-06-16 Thread Chris Botos
James Carroll wrote: >> Thanks for your responses. I went ahead and tried MinGW. I was able to >> build and use screengrabber and other examples. I also used it as an >> example and created successfully a very simple "hello python" extension. > > Fantastic! they must be more (binary) compatable