[SciPy-user] Scipy + SQLite crashes ?

Stef Mientki s.mientki at ru.nl
Sat May 24 09:42:44 EDT 2008


hello,

why does the following program crashes ?
  from scipy import *
  import sqlite3

Traceback (most recent call last):
  File "D:\Data_Python\P24_PyLab_Works\module1.py", line 2, in <module>
    import sqlite3
  File "P:\Python\lib\sqlite3\__init__.py", line 24, in <module>
    from dbapi2 import *
  File "P:\Python\lib\sqlite3\dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ImportError: DLL load failed: Invalid access to memory location.

And more important, is there a solution ?

I'm using Python 2.5.2 and scipy  0.6.0 on win-XP-sp2

thanks,
Stef Mientki



More information about the SciPy-User mailing list