It does this:
-----
import pkg_resources
pkg_resources.require("TurboGears")
import cherrypy
import turbogears
turbogears.update_config(
configfile = r"D:\OZ\Projects\ccleads\dev_apache.cfg",
modulename = "ccleads.config.app")
from ccleads.controllers import Root
cherrypy.root = Root()
cherrypy.server.start(initOnly=True, serverClass=None)
def fixuphandler(req):
return 0
------
I'll certanly try this. Gotta go out and walk a little.
Tvrtko
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---