Re: [Zope] Is there a function which evaluate a python expression situated in a string variable ?
20 Jul
2000
20 Jul
'00
9:50 p.m.
Frederic QUIN writes:
I have a string variable "expres" which contains a python expression. I would like to do <dtml-call "expres.manage_addFolder('new_folder')"> but Zope raises an error. expres is considered as a string and is not interpreted by Zope. So I wonder if there is a function which evaluate the python expression situated in my string variable... The Python built in function "eval" does this (for expressions). It is, however, not exported to DTML. Thus, you need an external method.
Dieter
9391
Age (days ago)
9391
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer