You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some python scripts that are only compatible with Python2 (e.g., libs/GoogleDataStore.py). It is easy to fix that now and I can be in charge of that if necessary but I don't know if it is only Python2 compatible because some external libs are only python2 compatible.
There should be a small guide style to help in the development..
The text was updated successfully, but these errors were encountered:
good idea. The version of google app engine I'm using is for python 2. I need to check if I can use python 3 and if so, I need migrate. This was lack of planning on my part.
I'm wanting to wait until I get a basic version running before creating a small guide because now, I'm just figuring some things out.
python 3 all the way! (unless some library hasn't been ported to python3,
and then we have no choice). I just looked at the sdk for google app
engine, and I believe only 2.7 (no 3.x) version is available.
I can look into editing many of the libs, like the GoogleDataStore.py, so
it is python 2 and python 3 compatible.
There are some python scripts that are only compatible with Python2 (e.g., libs/GoogleDataStore.py). It is easy to fix that now and I can be in charge of that if necessary but I don't know if it is only Python2 compatible because some external libs are only python2 compatible.
There should be a small guide style to help in the development..
The text was updated successfully, but these errors were encountered: