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
