Hi,

I was using uWSGI 0.9.6 and there was nothing that made it find my wsgi app.

When I downgraded uWSGi version to 0.9.5.4 it worked.
It looks like there were a problem like this before:
http://lists.unbit.it/pipermail/uwsgi/2010-June/000363.html

My output for version 0.9.6:

*** Starting uWSGI 0.9.6 (64bit) on [Thu Sep  2 09:28:20 2010] ***
compiled with version: 4.4.3
Python version: 2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
[GCC 4.4.3]
 *** WARNING: you are running uWSGI without its master process manager ***
your memory page size is 4096 bytes
allocated 624 bytes (0 KB) for 1 request's buffer.
Setting PythonHome to /python-env...
binding on TCP port: 3031
your server socket listen backlog is limited to 64 connections
initializing hooks...done.
Loading paste environment: config:/development.ini
*application 0 () ready*
setting default application to 0
spawned uWSGI worker 1 (and the only) (pid: 1920)

My output for version 0.9.5.4
*** Starting uWSGI 0.9.5.4 (64bit) on [Thu Sep  2 09:30:03 2010] ***
compiled with version: 4.4.3
Python version: 2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
[GCC 4.4.3]
 *** WARNING: you are running uWSGI without its master process manager ***
your memory page size is 4096 bytes
allocated 560 bytes (0 KB) for 1 request's buffer.
Setting PythonHome to /python-env...
binding on TCP port: 3031
your server socket listen backlog is limited to 64 connections
initializing hooks...done.
Loading paste environment: config:/development.ini
*application 0 (/) ready*
setting default application to 0
spawned uWSGI worker 1 (and the only) (pid: 1943)

Thanks

Alan
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to