Advertisement
greatbn

log

Mar 16th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. *** Starting uWSGI 2.0.12 (64bit) on [Wed Mar 16 15:10:21 2016] ***
  2. compiled with version: 4.8.4 on 16 March 2016 14:43:04
  3. os: Linux-3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015
  4. nodename: nginx
  5. machine: x86_64
  6. clock source: unix
  7. detected number of CPU cores: 1
  8. current working directory: /home/uvdc/flask-uwsgi
  9. detected binary path: /usr/local/bin/uwsgi
  10. !!! no internal routing support, rebuild with pcre support !!!
  11. your processes number limit is 3869
  12. your memory page size is 4096 bytes
  13. detected max file descriptor number: 1024
  14. lock engine: pthread robust mutexes
  15. thunder lock: disabled (you can enable it with --thunder-lock)
  16. uwsgi socket 0 inherited UNIX address /var/run/flask-uwsgi/flask-uwsgi.sock fd 6
  17. Python version: 2.7.6 (default, Jun 22 2015, 18:01:27) [GCC 4.8.2]
  18. Set PythonHome to env
  19. Python main interpreter initialized at 0x143d0d0
  20. python threads support enabled
  21. your server socket listen backlog is limited to 100 connections
  22. your mercy for graceful operations on workers is 60 seconds
  23. mapped 415280 bytes (405 KB) for 8 cores
  24. *** Operational MODE: preforking+threaded ***
  25. Traceback (most recent call last):
  26. File "app.py", line 1, in <module>
  27. from flask import Flask,render_template,url_for,redirect,session,request
  28. ImportError: No module named flask
  29. unable to load app 0 (mountpoint='') (callable not found or import error)
  30. *** no app loaded. going in full dynamic mode ***
  31. *** uWSGI is running in multiple interpreter mode ***
  32. gracefully (RE)spawned uWSGI master process (pid: 10171)
  33. spawned uWSGI worker 1 (pid: 10539, cores: 2)
  34. spawned uWSGI worker 2 (pid: 10540, cores: 2)
  35. spawned uWSGI worker 3 (pid: 10541, cores: 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement