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