recon22
Aug 01, 2018 - 05:33
Has anyone published an app with python 3?
I'm looking to get my script working as a stand alone app, are there any workarounds?
Has anyone published an app with python 3?
I'm looking to get my script working as a stand alone app, are there any workarounds?
The Pythonista app template hasn't been updated for Python 3 sadly, so the best option might be to backport your script to Python 2... You can use https://pypi.org/project/3to2/ to do some of the backporting automatically (I haven't tried it myself though).