Sorry guys, the problem seems to be less general.
Actually, the error is triggered when I try to import numpy before
PyQt4. It imports without any problems after PyQt4.
I still don't know what the problem actually is, but at least my
scripts work.
Thanks,
Tim.
--
http://mail.python.org/mailman
Hi,
I've got a weird problem, apparently related to the way python
searches for DLLs on Windows.
I compiled PyQt4 (no errors) but scripts that use it fail with "DLL
load failed: Invalid access to memory location."
If I play with loading the modules inside the interpreter, I see no
errors.
Even m