Unable to run dev_appserver.py with gcloud

前端 未结 2 1001
野性不改
野性不改 2021-01-28 05:56

I\'m attempting to use the command dev_appserver.py ./ from my application directory, but it\'s throwing the following error.

ERROR    2016-01-04 04         


        
2条回答
  •  遇见更好的自我
    2021-01-28 06:38

    Is using the python development server from gcloud still a problem? I'm successfully using dev_appserver.py from the terminal. See reference.

    Perhaps the install and setup instructions have improved since a year ago. I believe the installation puts the file, dev_appserver.py, in your system path, even on Windows, so it is accessible from the terminal.

提交回复
热议问题