From: Oleg B. <ph...@ph...> - 2011-02-24 13:21:21
|
On Thu, Feb 24, 2011 at 04:04:20PM +0300, Oleg Broytman wrote: > > ImportError: DLL load failed: The specified procedure could not be > > found. > > The DLL is broken Well, it's not broken, it just isn't a Python module. _sqlite3.dll is not and SQLite's DLL - it's a Python module statically linking SQLite's code. Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |