26 May
2003
26 May
'03
9:47 p.m.
Hello I didn't find the equivalent commands in python (script) for this two dmtl commands: <dtml-try> ... <dtml-except DatabaseError> <dtml-if "error_type == 'IntegrityError'"> ... </dtml-if> <dtml-else> ... </dtml-try> --- try: ... except DatabaseError: if error_type == 'IntegrityError': ... else: ... doesn't work. Have I to import something to access the variables, or what am I missing? Thanks Dieter
8350
Age (days ago)
8350
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Fischer