-
Notifications
You must be signed in to change notification settings - Fork 26
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
How do I run it on pycharm? #30
Comments
pycharm is an IDE, so it should be the same as with any other editor, please follow those instructions: https://cloud.google.com/appengine/docs/standard/python/tools/using-local-server Also note, that this project is written in python 2.7 and that version of python is not supported anymore. Any help migrating to python 3 is welcome |
I meant to port it on python 3 but the standard layer of google app engine doesn't support python 3. Yes I was able to run with |
Sadly, I don't know how to run |
Ok I think I managed for python37 but not 38. Sadly could not solve the debug issue. |
Hey @phil-r, so I managed to move some of it to python 3 but I decided to drop the case. The reason for this is not because I don't want to be helpful of course but because unfortunatley the entire |
Hi @invasionofsmallcubes , thanks for your time, and I completely agree with you on the matter. |
Your code gave me some ideas on how to make my both, so thank you for that :D |
haha, feel free to share when it's ready 🤗 |
Hi,
how do I run it on pycharm? It's breaking because of Google App Engine dependencies missing.
Thanks,
Ema
The text was updated successfully, but these errors were encountered: