Kovak
Kovak
This is handled in the new_cgl_module branch. If you can confirm it works well for your setup, I think I can merge this one: https://github.com/kivy/kivent/tree/new_cgl_module
Looks like this area has changed in 3.4 and above https://github.com/kivy/kivent/blob/master/modules/cymunk/setup.py#L107 it looks like we need to be using https://docs.python.org/3.6/library/importlib.html#importlib.util.find_spec in 3.4+
This appears like it was fixed as part of #9651 if anyone wants to confirm /give dev minecraft:light{BlockStateTag:{level:"1"}} is how you give yourself one of those lightbulb blocks
ahh yes this is correct my eyes were tricking me
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...
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
Hey guys I just happened to run into this problem over the last 2 days and it looks like the changes that went out in v0.33 fixed it. @jdmarshall you...