Forum Archive

Xcode Template Python 3?

recon22

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?

dgelessus

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).