This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark
Recipients christian.heimes, ghaering, loewis, mark, tcdelaney
Date 2008-05-09.21:38:42
SpamBayes Score 0.0006222788
Marked as misclassified No
Message-id <1210369126.42.0.831412475042.issue1733134@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-09 21:38:46marksetspambayes_score: 0.000622279 -> 0.0006222788
recipients: + mark, loewis, ghaering, tcdelaney, christian.heimes
2008-05-09 21:38:46marksetspambayes_score: 0.000622279 -> 0.000622279
messageid: <1210369126.42.0.831412475042.issue1733134@psf.upfronthosting.co.za>
2008-05-09 21:38:45marklinkissue1733134 messages
2008-05-09 21:38:42markcreate