You need to specify, with any error messages you get, what 'it doesn't
work as expected on the Apache/mod_wsgi server' means.
A few points to note.
1. Web application under Apache would run in a different user to when
you run it manually.
2. The Apache environment doesn't inherit environment variables from
your user account.
3. The user code runs as may not have access to directories you would
when run yourself.
4. The application will not have same working directory, so paths must
be absolute not relative.
Graham
> --
> You received this message because you are subscribed to the Google Groups "modwsgi" group.
> To post to this group, send email to
mod...@googlegroups.com.
> To unsubscribe from this group, send email to
modwsgi+u...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/modwsgi?hl=en.
>