-
Notifications
You must be signed in to change notification settings - Fork 256
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
setup fixes for python 3.5 #200
Conversation
Any chance for this to get merged? |
Thanks, and sorry for the delay. I've added pyjnius to my notifications to try and catch these things, so hopefully there won't be such a delay in the future. |
No worries 😄 I just wanted to know if it was going to be refused because I'm currently installing PyJNIus from my custom fork and it's a pain to rebase every time something new gets included in the official repo 👍 |
Necroing, but: does/should it work for python 3.5 now? If so, are there any additional instructions? |
Yes, it should just work. |
hmm so from the bottom up, these are my steps:
then:
Yay! Strange however, if I do a So.. I tried to install the dependencies individually for python3, e.g. pygame: https://pypi.python.org/pypi/setuptools/3.5#installation-instructions
http://www.pygame.org/wiki/CompileUbuntu?parent=Compilation
So far so good.. I guess.
Hoping it's fine now. For now I'm going to try testing 2.7 next to 3.5, just so I don't go crazy... |
This PR fixes an issue that arises when building under python 3.5.