django nginx uWSGI无法正常工作

时间:2013-11-14 13:23:47

标签: python django nginx

当我在nginx webserver中使用Django app deployment on nGINX我的脚本运行时,我结束时出现以下错误..当我尝试使用新的Django时也显示相同的错误

*** Starting uWSGI 1.9 (64bit) on [Thu Nov 14 08:13:25 2013] ***
compiled with version: 4.4.7 20120313 (Red Hat 4.4.7-3) on 30 October 2013 03:04                                                                                        :04
os: Linux-2.6.32-358.18.1.el6.x86_64 #1 SMP Wed Aug 28 17:19:38 UTC 2013
nodename: cderamaster.alp.com
machine: x86_64
clock source: unix
detected number of CPU cores: 4
current working directory: /root/uwsgi-1.9
detected binary path: /root/uwsgi-1.9/uwsgi
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
*** WARNING: you are running uWSGI without its master process manager ***
your processes number limit is 87059
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
uWSGI http bound on :3506 fd 4
spawned uWSGI http 1 (pid: 8445)
uwsgi socket 0 bound to TCP address 127.0.0.1:45386 (port auto-assigned) fd 3
Python version: 2.7.3 (default, Sep 27 2013, 05:16:16)  [GCC 4.4.7 20120313 (Red                                                                                         Hat 4.4.7-3)]
*** Python threads support is disabled. You can enable it with --enable-threads                                                                                         ***
Python main interpreter initialized at 0xdd6e20
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 72632 bytes (70 KB) for 1 cores
*** Operational MODE: single process ***
added /Genie3501/genie/ to pythonpath.
ImportError: No module named django.core.handlers.wsgi
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
spawned uWSGI worker 1 (and the only) (pid: 8444, cores: 1)

我使用的脚本不仅适用于API的webapplication.its。

请帮我解决问题..

感谢您的关注......

0 个答案:

没有答案