I actually have the same problem. Can you please post what you did to
resolve this if you are able to do so?
On Tuesday, July 24, 2012 9:27:12 AM UTC+5, Rishabh Dixit wrote:
> Hi,
> I am a newbie to pinax. I recently started working on a basic project.
> Now I am not able to deploy it on my Apache.
> What modifications should be done to Apache conf file and wsgi.py file.
> I am using this wsgi.py file-
> https://github.com/pinax/pinax/blob/master/pinax/projects/basic_proje...
> and have set project_path="path/to/my/project" in the starting of
> function setup_environ.
> I configured my apache as mentioned in
> http://pinax.readthedocs.org/en/latest/deployment.html#using-mod-wsgi.
> Error log of apache shows-
> [error] [client 127.0.0.1] mod_wsgi (pid=4764): Target WSGI script
> '/home/rishabh/pinax-env/stucom/wsgi.py' does not contain WSGI application
> 'application'.