What module is it? Most common problem with the 2.5 mayapy was the sqlite3.dll was missing. you can copy it from your system python.
-Dave On Sat, May 29, 2010 at 10:55 PM, matthew evans <[email protected]> wrote: > im using maya 2009 32 bit > python 2.5 > > i get this error: > > # Error: DLL load failed: The specified module could not be found. > # Traceback (most recent call last): > # File "<maya console>", line 1, in <module> > # ImportError: DLL load failed: The specified module could not be > found. # > > when trying to import a module in maya, this module works fine in the > python idle > i have appended python "site-packages" to the mayas "sys.path" > > i cant understand what the problem is >.< > > > -- > http://groups.google.com/group/python_inside_maya > -- David Moulder http://www.google.com/profiles/squish3d -- http://groups.google.com/group/python_inside_maya
