I believe the compile options were not set right. sqlite3_enable_load_extensions has not been exported.
>-----Original Message----- >From: [email protected] [mailto:sqlite-users- >[email protected]] On Behalf Of big stone >Sent: Saturday, 9 August, 2014 16:01 >To: [email protected] >Subject: Re: [sqlite] SQLite 3.8.6 beta > >hello, > >Maybe i did a wrong manipulation. >Using latest beta dll on windows / python3.3, I get this strange error : > > import sqlite3 as sqlite > File >"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python- >3.3.5\lib\sqlite3\__init__.py", >line 23, in <module> > from sqlite3.dbapi2 import * > File >"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python- >3.3.5\lib\sqlite3\dbapi2.py", >line 26, in <module> > from _sqlite3 import * >ImportError: DLL load failed: La procédure spécifiée est introuvable. > >I'm really not sure why this sudden issue, but I report as I never met >that >before. >_______________________________________________ >sqlite-users mailing list >[email protected] >http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

