Hi list,
I'm just playing with the google app engine. But can't seem to get the
xml.sax to work :-(
This is my code to read the xml:
def returnTasks(xmldata):
handler = TaskHandler()
xml.sax.parseString(xmldata,handler)
return handler.tasks
I read the xmldata from a url with googles url fetch.
It works from command line. But when I run it in the app engine, i get
a:
AttributeError: 'module' object has no attribute 'unlink'
Why is this??
.Marc
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---