Please answer to the list.
On Thu, Feb 24, 2011 at 12:52:05PM +0000, Timothy W. Grove wrote:
> On 24/02/2011 12:24 PM, Oleg Broytman wrote:
>> First thing to try - test the module without SQLObject. Start with
>> "import sqlite3".
> Well, that is the first problem:
>
> import sqlite3
> Traceback (most recent call last):
> File "<input>", line 1, in <module>
> File "C:\Python27\lib\sqlite3\__init__.py", line 24, in <module>
> from dbapi2 import *
> File "C:\Python27\lib\sqlite3\dbapi2.py", line 27, in <module>
> from _sqlite3 import *
> ImportError: DLL load failed: The specified procedure could not be
> found.
The DLL is broken, forget about it (until you are going to fix and
recompile it).
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|