> What does the WSGI script file for mod_wsgi that you are using
> contain?
It contains the one line that was documented.
[code]
import os, site; site.addsitedir(eggs_dir)
from paste.deploy import loadapp
application = loadapp('config:Path.../production.ini' )
[/code]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---