Re: Debugging C++ code called from Python 2.2 with Visual Studio.NET

2006-06-20 Thread olsongt
[EMAIL PROTECTED] wrote: > I can't seem to be able to download > http://www.python.org/ftp/python/2.2/Python-2.2.tgz. > Do you know if I can find it elsewhere? > Thanks, > Emmanuel The link you gave worked for me... -- http://mail.python.org/mailman/listinfo/python-list

Re: Debugging C++ code called from Python 2.2 with Visual Studio.NET

2006-06-20 Thread egodet
I can't seem to be able to download http://www.python.org/ftp/python/2.2/Python-2.2.tgz. Do you know if I can find it elsewhere? Thanks, Emmanuel -- http://mail.python.org/mailman/listinfo/python-list

Re: Debugging C++ code called from Python 2.2 with Visual Studio.NET

2006-06-20 Thread olsongt
[EMAIL PROTECTED] wrote: > Hi, > I'm trying to debug some VS native C++ code called from a python script > (version is 2.2). > For that, I added the _DEBUG macro in Setup.py but when I rebuild the > pyd file, I get a compilation error whereby it says that python22_d.lib > could not be found. > > I

Re: Debugging C++ code called from Python 2.2 with Visual Studio.NET

2006-06-20 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I've seen in various groups that python22_d.lib is not available for > download anymore but that it is easy to recompile. Could someone send > it to me, explain how to build it or, even better, both. load the project file (under PCbuild), select the debug targets, and b

Debugging C++ code called from Python 2.2 with Visual Studio.NET

2006-06-20 Thread egodet
Hi, I'm trying to debug some VS native C++ code called from a python script (version is 2.2). For that, I added the _DEBUG macro in Setup.py but when I rebuild the pyd file, I get a compilation error whereby it says that python22_d.lib could not be found. I've seen in various groups that python22_