I'm trying to use the PSP part of WebWare in another script. I installed version .8 
and did a test via Apache to make sure PSP works (it does). What I'd like to do 
basically is use PSP via the command line, something like:

>>> from mod_python import psp
>>> n = psp.PSP()
>>> n.parse(file("file-that-has-psp-code-in-it").read())

I snooped around in the psp.py file and there is a PSP class, but I'm not certain that 
its the class that I want.  I can't even *see* the class when I import psp from the 
command line after doing a dir().

I'm certain that I'm misunderstanding something, and probably going about this problem 
horribly wrong. Can PSP even be used outside of mod_python?

Any assistance would be appreciated.

Also, is there a search function for the archives on sourceforge? I find the web 
interface to be kind of clunky (the page doesn't fit on 800x600 in MozillaFirebird)

-- 
Jay Dorsey
jay at jaydorsey dot com


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to