|
 |
 |
 |
Documentation - Runtime
|
[[ Spyce ]]
Python Server Pages by Rimon Barr |
3.7. Programmatic Interface
It is also possible to embed Spyce into another program. All you need is to
run or embed
a Python interpretter. The most convenient entry points are:
- spyceFileHandler( request, response, filename ), in
spyce.py, and
- spyceStringHandler( request, response, code ), in
spyce.py.
|