-
Notifications
You must be signed in to change notification settings - Fork 74
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
WIP: Python3 Support #60
Conversation
|
@shortcutme The zeroname plugin needs to be converted to py3, after that I can release a beta of zn-kivy for py3 |
Added greenlet, it still complains |
Now I'm stuck here |
This reverts commit 5563939.
Nobody showed up, so dropping this. Won't ever happen.
There was a change recently and the main() entry point modified to start() (to be able to have update entry point beside the main), so I think you need to change zeronet.main() to zeronet.start() here: Line 61 in 2dc2421
|
@HelloZeroNet Applied it, but I think it will still fail because of the issue of not being able to find Any idea how to fix that? That would be (presumably) on of the last bugs to fix before I could do a release, or at least move py3 to master. Edit: If you've got the time, you could jump through the different nightlies for |
This is where I'm stuck currently:
CompiledComponentsRecipe, which it currently is using, fails to generate that dist-info Really this is ANNOYING! Since this bit of files is what's missing until it FINALLY works! |
/me throws out a 10$ bounty for who-ever manges to get this dependency/recipe issue resolved |
Hi, time flies! Two years passed and now we are working on py3 version on android. Thank you again for dev the new APK! I noticed you are facing problem of greenlet on kivy, I suggest putting greenlet before gevent in buildozer.spec#L44, because the order counts and greenlet is required by gevent. I am not sure it will solve the problem but anyway you could try it. After putting them in right order you can try downgrade greenlet or gevent again if it still doesn't work. |
@saber28 Thanks, will try later this week |
@saber28 Sadly this didn't fix it |
Ok, this is taking forever |
For everyone watching this pr: feel free to chime in on https://t.me/zeronet_android while testing |
ToDos: