简体   繁体   English

Django:ImportError:没有名为?z的模块?

[英]Django: ImportError: No module named ?z?

Hi I am trying to deploy a django app with uwsgi. 嗨,我正在尝试使用uwsgi部署Django应用。 I keep getting Import Errors that look like this: 我不断收到如下所示的导入错误:

ImportError: No module named ?z? ImportError:没有名为“ z”的模块?

-or- -要么-

ImportError: No module named ?j? ImportError:没有名为“ j”的模块。

-or- -要么-

ImportError: No module named `?6 ImportError:没有名为`?6的模块

So basically the output of the module seems like gibberish and I am unable to figure out the problem. 因此,基本上模块的输出看起来像乱码,我无法找出问题所在。 Does anybody have an idea what the problem could be? 有谁知道可能是什么问题?

Seems like you have missed a comma in the settings.INSTALLED_APPS, after the app name. 似乎您在应用名称后的settings.INSTALLED_APPS中缺少逗号。 Go, check! 快去检查!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM