Second question,

At one point I had uwsgi and web2py and my virtualenv all working together 
nicely.  But I was forced onto new hardware/os and had to rebuild the 
virtual environment and uwsgi.    I have a line in my uwsgi config file 
that points to the correct virtualenv, where I have things like psycopg2 
installed and my own custom packages that I use in my app.    However 
web2py cannot find any of the modules in the virtual environment anymore.   
I am working around this temporarily by putting the critical packages in my 
applications modules folder, but I would really much rather be able to rely 
on the virtualenv.

I've tried installing and running uwsgi from the virtualenv as well as 
relying on the ini file:

http-socket = :26099
daemonize = /home/bnmnetp/logs/user/uwsgi.log
wsgi-file = /home/bnmnetp/webapps/uwsgi_runestone/web2py/wsgihandler.py
mule = /home/bnmnetp/webapps/uwsgi_runestone/web2py/run_scheduler.py
virtualenv = /home/bnmnetp/Environments/runestonelive
enable-threads = true
async = 9
ugreen = true
master = true
processes = 16
memory-report = false
reload-on-rss = 120
harakiri = 25
listen = 124

Any tips on getting everything back on track would be most appreciated.

Thanks,

Brad

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to