[PIPython] Problema script per cancellazione

fr.p a libero.it fr.p
Lun 14 Mar 2005 13:06:36 CET


Salve,
volevo dire che ho riscontrato il seguente problema con lo script Python:
"""
Delete normativa information from the datebase
"""

# get sql method
delete=container['delnormativa']

# call it, passing arguments
delete(legge=legge, tematica=tematica)

# return a confirmation page
page=container['cancnormativa']
return page()

Viene restituito il seguente messaggio d'errore:
An error was encountered while publishing this resource. 

Error Type: NameError
Error Value: global name 'legge' is not defined



--------------------------------------------------------------------------------

Troubleshooting Suggestions

This resource may be trying to reference a nonexistent object or variable global name 'legge' is not defined. 
The URL may be incorrect. 
The parameters passed to this resource may be incorrect. 
A resource that this resource relies on may be encountering an error. 
For more detailed information about the error, please refer to the error log. 

If the error persists please contact the site maintainer. Thank you for your patience. 


Lo script chiama il metodo ZSQL delnormativa, che cancella la normativa relativa a una data legge e una data tematica e ha il seguente codice:
delete from normative where legge=<dtml-sqlvar legge type="string"> AND 
tematica=<dtml-sqlvar tematica type="string">

Non capisco il motivo dell'errore.
In attesa di un gentile riscontro, porgo distinti saluti.






____________________________________________________________
Navighi a 2 MEGA e i primi 3 mesi sono GRATIS. 
Scegli Libero Adsl Flat senza limiti su http://www.libero.it




More information about the Python mailing list