aploium / zmirror

The next-gen reverse proxy for full site mirroring
http://zmirror.org
MIT License
2.39k stars 729 forks source link

运行 wsgi.py报错,找不到config #63

Open ttestdock opened 7 years ago

ttestdock commented 7 years ago

Traceback (most recent call last): File "wsgi.py", line 9, in from zmirror.zmirror import app as application File "/app/zmirror/zmirror.py", line 78, in from config import * ImportError: No module named 'config'

Alife commented 7 years ago

see https://github.com/aploium/zmirror/tree/master/more_configs

ttestdock commented 7 years ago

@Alife heroku platform,PY 3.5.1 重命名了,还是找不到config