[cgkit-user] DLL load failed (_core module)
Brought to you by:
mbaas
|
From: Mike W. <mik...@gm...> - 2008-08-15 03:13:22
|
I just installed cgkit with the Windows installer
(cgkit-2.0.0alpha8.win32-py2.5.exe). I have Python 2.5.2. I opened IDLE
and typed "import cgkit.cgtypes", and got an error (see below). According
to the External Dependencies page, there are no deps for cgtypes. Am I
wrong, or is the installer build corrupt?
IDLE 1.2.2
>>> import cgkit.cgtypes
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cgkit.cgtypes
File "C:\program files\Python25\Lib\site-packages\cgkit\cgtypes.py", line
59, in <module>
import _core
ImportError: DLL load failed: The specified module could not be found.
|