-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
precompiled version for windows? #43
Comments
Well, I have made some progress in recent days. I was able to compile Python for 32-bit (here's the fork of the project with a build already compiled https://goo.gl/zSJaum) but i always i got problems with 64bit version. Someone can help me? thanks again |
I have no problem compiling for 32 or 64 bit on Windows. If you make sure to follow the rules for building Kivy on Windows your system should be properly configured. |
Hello @Kovak, Then, I've tried mingw32 and mingw64 on two windows system (Vista and 10) both at 64bit, but i got always the same error. Please, can you tell me which version of mingw you use (better a link) to build kivent for 64bit Python and on which Windows version? Last thing, do you have set any particular parameter in the 64 bit compiler or python? |
@Kovak Thus, springs to my mind a question: I think that this engine is very interesting (I wanted so much to try it), but it's a shame not to use it just because i can't compile it on a standard windows environment. I hope in your answer. Thanks in advance |
Typically with Kivy we use the mingw python package provided by conda. Are you following these instructions for setting up your compilation environment? https://kivy.org/docs/installation/installation-windows.html#use-development-kivy |
No, i didn't follow exactly these steps before. But this time, I've tried to follow the sequence showed in your link:
Thus after all this steps all "seem" to be installed correctly so i run a python console and import the cymunk module, but i receive the following error:
Same error happened even using DTM mingw64 After that, i'm really out of ideas :( |
I found that in the (64bit Python) build process, after creating the cymunk.pyd file i get these warnings:
These warnings are not present in the compiling phase of 32bit version of Python (and this works). Could this be the problem? |
Python 3.4: compile cython module for 64-bit windows https://stackoverflow.com/questions/27488163/python-3-4-compile-cython-module-for-64-bit-windows precompiled version for Windows 64 https://www.reddit.com/r/kivy/comments/7r4oyw/kivent_and_cymunk_were_a_pain_to_compile_on/ The user xmzhang posted this link with several wheels for KivEnt (and their required Cymunk wheels): I just found these wheels for python 3.6 : https://github.com/PureAsbestos/KivEnt-Wheels-Win64-Py3.6 As KivEnt is so hard to get working on Windows, I'd want to request that there are some wheels officially uploaded. KivEnt has a great potential, but it's hard to set a Windows environment. |
Same for Python 2.7.x |
Hello,
I've tried to follow the basic guide shown in the README.md but after install MinGW and run the command
python setup.py build --compiler=mingw32
always i get:
I've tested it on Windows Vista 64bit and Windows 10 64bit and the error happens on both OSes.
Now my last hope is to find a pre-compiled version.
Someone get one to share?
thanks
The text was updated successfully, but these errors were encountered: