Closed krutijan1 closed 4 years ago
Hi there, thanks for the detailed report. I don't know off the top of my head.
I'm going to try this myself on GAE and do some debugging. Will get back to you soon!
Hi, thanks for the reply. I had created in my project root folder file called freshdesk.py for testing purposes, which I think was the root cause of this issue. The module loader was trying to load the file instead of the module. After removing it started to work as expected. I am sorry for not informing you sooner, so you do not have to spend time on this. Thanks a lot again.
That's great to hear. No need to apologise :-)
Hello,
I am struggling to make it work on google app engine deployment and/or local google devapp_server.py. It fails by the required module not found. In clean python 3 virtual env it runs smoothly.
Steps to reproduce: install google cloud sdk locally:
entrypoint: gunicorn -b :$PORT main:app --preload