Hi,
 
I am really struggling with web2py.  I love the app on my local machine but 
to get my application into a production environment has cost me 2.5 weeks 
already!!!  And I feel totally lost for ideas on how to go further.
 
I have a virtual server running on AWS.  For the apache config, I followed 
the set-up pattern in the book "web2py application development cookbook" 
for production deployment on ubuntu (which only seems to use wsgi via 
wsgihandler.py and not mod_proxy).
 
1) I have managed to get 'examples' to work.  'welcome' works but anything 
to do with 'user' fails with 'invalid function (default/user)'.
 
2) To get my working application from my dev box into production, I copied 
the 'applications/myapp' directory across.  On this application, 'user' is 
fine on both dev and production.  On my local dev box the other database 
functions work fine.  But on the production server I get a 'keyerror'.
 
3)  Also, the errors on production are hard to read as I have no way (yet) 
of getting access to 'admin' on the remote server.
 
Is there anyone who has had experience of fixing these kind of issues?
 
 
Regards
 
 
Simon

Reply via email to