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 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

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

2006-06-15 Thread Chris Botos
James Carroll wrote: > Hi Chris, > > I would recommend buying Visual Studio. It's what python 2.4 is built > with, and it makes compiling extensions nice and easy. > > My favorite examples of extending python include: > > - screengrabber extension for the python imaging library > http://effbot.or

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

2006-06-15 Thread chris botos
This sounds like a plan.  I'll give it a try.  Thanks, Paul. Chris   On 6/15/06, Paul Moore <[EMAIL PROTECTED]> wrote: On 6/15/06, Chris Botos <[EMAIL PROTECTED]> wrote: > 3)  I downloaded and installed:> .NET Framework SDK Version 1.1> Visual C++ 2005 Express Edition

[python-win32] Building win32 extensions to Python

2006-06-14 Thread Chris Botos
32". I've described what I've done up to now below. I will continue hacking, but I am hoping one of the Python gurus will be able to steer me onto the right or better path (no pun intended)! Thanks in advance for your advice! Chris Botos --