From: Skip M. <sk...@po...> - 2013-10-31 23:18:57
|
> Traceback (most recent call last): > File "<pyshell#0>", line 1, in <module> > import Sybase > File "build\bdist.win32\egg\Sybase.py", line 15, in <module> > File "build\bdist.win32\egg\sybasect.py", line 7, in <module> > File "build\bdist.win32\egg\sybasect.py", line 6, in __bootstrap__ > ImportError: DLL load failed: The specified module could not be found. Underlying the sybasect module is probably an _sybasect.dll file. (I'm not a Windows user, and am unfamiliar with the exact details of how the various modules and DLLs are layered atop one another to provide you with a functioning Sybase import.) Either _sybasect.dll is missing or some other DLL it relies on is missing. Take a look at the sybasect.py file and see what it imports around or in the __bootstrap__ function. Skip |