Streams causing heap crash using Python C-Extensions

Thomas Heller theller at python.net
Thu Sep 18 13:48:35 EDT 2003


batraraj at hotmail.com (Raj Batra) writes:

>> I'm using Python2.2.2, with Visual C++ 7 (.NET). The error occurs using
>> both pythonwin and the standard command line python.

I don't know whether you can use C++ stream I/O in a Python extension or
not, but if you use MSVC7 to compile the extension, your Python must
also be compiled with this one (generally).

Thomas




More information about the Python-list mailing list