WebStack

docs/BaseHTTPRequestHandler/NOTES.txt

111:663e2e70ca64
2004-04-24 paulb [project @ 2004-04-24 20:34:10 by paulb] Added PYTHONPATH notes to the documentation.
     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/SimpleApp.py
     5 
     6 The WebStack package must reside on the PYTHONPATH, along with the package
     7 containing the application itself.