【发布时间】:2014-12-20 18:01:18
【问题描述】:
当我尝试在本地部署我的应用时,我无法让它运行。这就是它告诉我的:
2014-10-24 13:16:08 Running command: "['C:\\Python27\\python.exe', 'C:\\Program Files (x86)\\Google\\google_appengine\\dev_appserver.py', '--skip_sdk_update_check=yes', '--port=3306', '--admin_port=8000', 'D:\\Documents\\Clever-CV Project\\wp39 - Copy']"
INFO 2014-10-24 13:16:15,315 devappserver2.py:733] Skipping SDK update check.
WARNING 2014-10-24 13:16:15,345 api_server.py:383] Could not initialize images API; you are likely missing the Python "PIL" module.
INFO 2014-10-24 13:16:15,368 api_server.py:171] Starting API server at: http://localhost:49717
INFO 2014-10-24 13:16:15,381 api_server.py:583] Applying all pending transactions and saving the datastore
INFO 2014-10-24 13:16:15,381 api_server.py:586] Saving search indexes
Traceback (most recent call last):
File "C:\Program Files (x86)\Google\google_appengine\dev_appserver.py", line 82, in <module>
_run_file(__file__, globals())
<--ommitted-->>
raise BindError('Unable to bind %s:%s' % self.bind_addr)
google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to bind localhost:3306
2014-10-24 13:16:15 (Process exited with code 1)
而且我是个菜鸟——所以我很有可能做了一些愚蠢的事情,但我已经束手无策了,我已经在网上找到了所有可以尝试的方法。
- 我的 SQL 实例正在运行,数据库密码有效并在本地连接到远程应用 CloudSQL 实例。
- 我的 app.yaml 文件有一个新的版本名称
- wordpress 配置文件正确设置了根名称/密码
【问题讨论】:
标签: wordpress google-app-engine localhost port