[issue1733134] sqlite3.dll cannot be relocated

Mark Summerfield report at bugs.python.org
Fri May 9 23:38:46 CEST 2008


Mark Summerfield <mark at qtrac.eu> added the comment:

Unfortunately, this bug appears to affect Py30a5 too (at least on Win XP
Home):

Python 3.0a5 (py3k:62932M, May  9 2008, 16:23:11) [MSC v.1500 32 bit
(Intel)] on win32

IDLE 3.0a5      
>>> import sqlite3
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import sqlite3
  File "c:\Python30\lib\sqlite3\__init__.py", line 24, in <module>
    from sqlite3.dbapi2 import *
  File "c:\Python30\lib\sqlite3\dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ImportError: DLL load failed: The specified module could not be found.

----------
nosy: +mark

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1733134>
_____________________________________


More information about the Python-bugs-list mailing list