First time here? Check out the Help page!
1 | initial version |
I got to this same point, same error -- using python 2.7 / win32. I copied the .dll files from build\OSCore-prefix\src\OSCore-build\Products\Release
into the same directory as the .py and .pyd, and the import then succeeded.
This worked well for x64, too.
-drg
2 | No.2 Revision |
I got to this same point, same error -- using python 2.7 / win32. I copied the .dll files from build\OSCore-prefix\src\OSCore-build\Products\Release
into the same directory as the .py and .pyd, and the import then succeeded.
This worked well for x64, too.
-drg