This should be trivial. How do you get the path of the script called in Apache i.e WSGIScriptAlias / "C:/portfolio/portfolio.py"
sys.path[0], os.getcwd() and os.path.dirname(sys.argv[0]) don't work. It should be: C:/portfolio tia -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
