WebStack

docs/BaseHTTPRequestHandler/NOTES.txt

33:cb5c27b4dc87
2004-02-07 paulb [project @ 2004-02-07 23:38:32 by paulb] Added documentation for the BaseHTTPRequestHandler support.
     1 Specifying the appropriate PYTHONPATH, invoke the application program. For
     2 example, in the WebStack distribution directory:
     3 
     4 PYTHONPATH=.:examples/Common python examples/BaseHTTPRequestHandler/Simple.py
     5 
     6 The WebStack package must reside on the PYTHONPATH, along with the package
     7 containing the application itself.