mod_python and "psp"
Answered
mod_python, a defunct Apache project, has support for what it calls Python Server Pages (psp)
I have a project where I have to deal with a pretty massive site using psp. Is there any way to get PyCharm to handle python embedded in html (psp)?
I have not found any references to it using google or searching here on JetBrains.
Here's a PSP reference if that's helpful: http://modpython.org/live/mod_python-3.3.1/doc-html/pyapi-psp.html
Please sign in to leave a comment.
Hi Thedavidfactor,
There is no support for that at the moment.
PyCharm allows injecting python (and other languages) into HTML, but it still doesn't support PSP syntax.