I installed the backport for Zope 2.6. Untarring the installation rewrites Products/PythonScripts/standard.py to import restructured_text from DocumentTemplate.DT_Var. Dt_Var doesn't have restructured_text. This causes problems when tyring to import anything from PythonScripts/standard in a python script. Is there something missing from the installation? Or is there something I'm missing? It would be nice to be able to use a restructured_text format in python scripts, what's a good way to do this? I've been looking at the ReStructuredText Document which works well. I'd like to be able to use html in a ReStructuredText Document. Is there a way to have the ReStructuredText Document leave html as is, instead of quoting it? Thanks, Mark
--On Donnerstag, 24. April 2003 15:02 Uhr -0600 Mark Gibson <mark@kaivo.com> wrote:
I installed the backport for Zope 2.6.
Untarring the installation rewrites Products/PythonScripts/standard.py to import restructured_text from DocumentTemplate.DT_Var. Dt_Var doesn't have restructured_text. This causes problems when tyring to import anything from PythonScripts/standard in a python script. Is there something missing from the installation? Or is there something I'm missing?
see <http://collector.zope.org/Zope/886> -aj
I made a workaround for the problem. The modified archive is now available for download. -aj --On Freitag, 25. April 2003 6:45 Uhr +0200 Andreas Jung <andreas@andreas-jung.com> wrote:
--On Donnerstag, 24. April 2003 15:02 Uhr -0600 Mark Gibson <mark@kaivo.com> wrote:
I installed the backport for Zope 2.6.
Untarring the installation rewrites Products/PythonScripts/standard.py to import restructured_text from DocumentTemplate.DT_Var. Dt_Var doesn't have restructured_text. This causes problems when tyring to import anything from PythonScripts/standard in a python script. Is there something missing from the installation? Or is there something I'm missing?
see <http://collector.zope.org/Zope/886>
-aj
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andreas Jung -
Mark Gibson