Hi,
I'm having problem with a precompiled .pyd file to use on another machine. I have created a python package which involves parts written in cython and I have now created a precompiled version using windows xp as to easily install it on another computer, also using windows xp. I successfully installed it on one machine but on the other I get the following error:
Anyone know what might be the problem? Is I'm doing something wrong thinking that the dependencies in my cython file is wrapped in the compiled version?
I'm having problem with a precompiled .pyd file to use on another machine. I have created a python package which involves parts written in cython and I have now created a precompiled version using windows xp as to easily install it on another computer, also using windows xp. I successfully installed it on one machine but on the other I get the following error:
Code:
ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.