Win32All Crashes Python 2.3?

Martin v. Löwis martin at v.loewis.de
Tue Aug 5 15:21:46 EDT 2003


Tim Daneliuk <tundra at tundraware.com> writes:

> OK, after some highly-technical debugging procedures (print statements! ;),
> I have determined that os.lstat() is blowing up when Win32All is being
> used.  What is strange is that this only happens sometimes.  For the life
> of me, I cannot see anything in my code that is causing the problem.
> It sure looks to me like an errant pointer or something in Win32All.
> 
> FWIW, Dr. Watson is reporting an Access Violation...

Please verify that there is only a single copy of the CRT in your process.

Regards,
Martin




More information about the Python-list mailing list