It is also possible to embed Spyce into another program. All you need is to
run or embed
a Python interpretter. Although other entry points into the engine code
as possible, the most convenient entry points are in spyce.py:
spyceFileHandler( request, response, filename, [sig], [args], [kwargs], [config_file] ) explanation forthcoming; read the code for now, or send an email
spyceStringHandler( request, response, code, [sig], [args], [kwargs], [config_file] ) explanation forthcoming; read the code for now, or send an email