Hello every one,
I have two questions , a main one and a subside.
I was trying to MingWPy with
PyPy 5.1 (win32) on Windows 7 x64 , and i got this error :
"mingwpy-0.1.0b3-cp27-none-win32.whl is not a supported wheel on this platform".
I also tried "mingwpy-0.1.0b3-cp27-none-win_amd64.whl" and the same error.
Did any one tried and succeed in making these two work together ?
My second question is,
i just saw this project in pypi , named
"Crossroad" (Cross-Compilation Environment Toolkit) which setup the shell
environment for cross-compilation, on a GNU/Linux
distribution that can target Windows environments (x86 and x64).
The case when compilation of an python package have dependency and need some earlier configuration,
such tool provides an easy why to handle issues and requirements.
Does mingwpy provide such an easy way to resolve issues similar crossroad, but for Windows ?
Thank in advance for your cooperation.