That's because maya's python installation for 2009 didn't have the DLL. An oversight I think. It's there in 2010 but before then you'll have to add the DLL manually.
I installed the same python version into my system and copied it over. -Dave On Fri, Jan 15, 2010 at 1:06 PM, Ozgur <[email protected]> wrote: > I'm trying to use sqlite3 with maya 2009 x64 and I get these messages > > writting down in ScriptEditor: > > import sqlite3 > > # Error: DLL load failed: the specified module could not be found. > # Traceback (most recent call last): > # File "<maya console>", line 1, in <module> > # File "C:\Program Files\Autodesk\Maya2009\bin\python25.zip > \sqlite3\__init__.py", line 24, in <module> > # > # File "C:Program Files\Autodesk\Maya2009\bin\python25.zip > \sqlite3\dbapi2.py", line 27, in <module> > # ImportError: DLL load failed: The specified module could not be > found. # > > but at the same time in Linux maya 2009 x64 imports sqlite3 without > any problem > > any idea? > > cheers, > > -- > http://groups.google.com/group/python_inside_maya >
-- http://groups.google.com/group/python_inside_maya
