Python 2.5.1 - sqlite3.dll issue

J

Josh Ritter

A number of our Windows customers have an issue with the sqlite3 module
included with Python 2.5.1

We've tracked the problem down to the sqlite3.dll included with the Python
2.5.1 distrubtion. It is stripped and thus cannot be relocated. This
causes the following exception on computers where something is already
loaded into the address the sqlite3.dll wants to use:

File "sqlite3\__init__.pyc", line 24, in <module>
File "sqlite3\dbapi2.pyc", line 27, in <module>
ImportError: DLL load failed: Invalid access to memory location.

I downloaded the latest sqlite3.dll from http://www.sqlite.org and this
fixes the problem. (This dll isn't stripped)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top