I'm curious to understand why that matters, but I found out that if I load the
modules in the inverse order, everything works fine.
-- Jean
From: Lagarde, Jean
Sent: Friday, April 10, 2009 10:08 AM
To: python-list@python.org
Subject: Crash on msvcrt mismatc
I don't have much experience writing extension modules, and am looking for
pointers to resolve python crashes on Windows.
I've isolated the problem to a python file with the following two lines:
import PyQt4.Qwt5
import C13
That causes Python to crash. If I comment out either one of t