# HG changeset patch # User paulb # Date 1076197112 0 # Node ID cb5c27b4dc8776a1cbf771d056515097335bb34f # Parent 94e00d0253461d5625ae4402c8b739db97b934d6 [project @ 2004-02-07 23:38:32 by paulb] Added documentation for the BaseHTTPRequestHandler support. diff -r 94e00d025346 -r cb5c27b4dc87 docs/BaseHTTPRequestHandler/NOTES.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/BaseHTTPRequestHandler/NOTES.txt Sat Feb 07 23:38:32 2004 +0000 @@ -0,0 +1,7 @@ +Specifying the appropriate PYTHONPATH, invoke the application program. For +example, in the WebStack distribution directory: + +PYTHONPATH=.:examples/Common python examples/BaseHTTPRequestHandler/Simple.py + +The WebStack package must reside on the PYTHONPATH, along with the package +containing the application itself.