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/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to