thanks Roberto, I removed the listen param in the .ini and that particular 
error has gone.
However, there are another two errors which I think they are related to 
Paste.

**** Starting uWSGI 2.0.1 (64bit) on [Wed Feb 26 22:02:36 2014] ****
*compiled with version: 4.8.2 on 24 February 2014 20:28:34*
*os: Linux-3.12-1-amd64 #1 SMP Debian 3.12.9-1 (2014-02-01)*
*nodename: debian*
*machine: x86_64*
*clock source: unix*
*pcre jit disabled*
*detected number of CPU cores: 4*
*current working directory: /home/chung/opt/Python-2.7.5/bin/env/example*
*writing pidfile to ./pid_5000.pid*
*detected binary path: /home/chung/opt/Python-2.7.5/bin/env/bin/uwsgi*
*your processes number limit is 63212*
*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 bound to UNIX address /tmp/uwsgi.sock fd 3*
*Python version: 2.7.5 (default, Jun 17 2013, 01:43:20)  [GCC 4.7.2]*
*Set PythonHome to /home/chung/opt/Python-2.7.5/bin/env*
**** Python threads support is disabled. You can enable it with 
--enable-threads ****
*Python main interpreter initialized at 0xb938f0*
*your server socket listen backlog is limited to 100 connections*
*your mercy for graceful operations on workers is 60 seconds*
*mapped 404760 bytes (395 KB) for 4 cores*
**** Operational MODE: preforking ****
*Loading paste environment: 
config:/home/chung/opt/Python-2.7.5/bin/env/example/development.ini*
*ImportError: No module named script.util.logging_config*
*ImportError: No module named deploy*

When I run 

*../bin/uwsgi --ini-paste-logged development.ini*
It produce the above error, while if i run without the log

*../bin/uwsgi --ini-paste development.ini*
This error* ImportError: No module named script.util.logging_config *went 
away, while the remaining one is still there.

I've checked my virtualenv does have* paste.deploy* as I can import 
paste.deploy but I couldn't find* paste.script.util.logging_config*

Did I miss some paste extra modules?

Thanks again 



-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to