我在webfaction上使用FTP上传我的项目,现在使用我登录的putty。但同样的项目工作正常,但上传后给出错误viewdoesnotexist我不知道我要做什么改变我是新手。是的! a已在apache httpd.conf中进行了更改并创建了scene_finder.wsgi。
/ index处的ViewDoesNotExist
无法导入scene_finder.views。错误是:没有模块命名视图
请求方法:GET
请求网址:http://gbtech.webfactional.com/index
Django版本:1.3
例外类型:ViewDoesNotExist
例外价值:
无法导入scene_finder.views。错误是:没有名为view的模块
提前致谢
答案 0 :(得分:0)
在你的scene_finder.wsgi
中,可能会有一些代码设置你的PYTHONPATH。确保其中包含/home/webapps/django/scene_finder/scene
。