Hi. My application works fine at SDK, but when i try to run it at GAE:
I recieve
<class 'zope.configuration.xmlconfig.ZopeSAXParseException'>: File "/
base/data/home/apps/gae-rp/1.330722291465389060/parts/app/site.zcml",
line 1.0, no element found
Traceback (most recent call last):
File "/base/data/home/apps/gae-rp/1.330722291465389060/zwrcl.py",
line 202, in <module>
load()
File "/base/data/home/apps/gae-rp/1.330722291465389060/zwrcl.py",
line 197, in load
xmlconfig.include(context, **ZCML)
File "/base/data/home/apps/gae-rp/1.330722291465389060/eggs/
zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py",
line 548, in include
File "/base/data/home/apps/gae-rp/1.330722291465389060/eggs/
zope.configuration-3.4.0-py2.5.egg/zope/configuration/xmlconfig.py",
line 380, in processxmlfile
File "/base/python_dist/lib/python2.5/xml/sax/expatreader.py", line
107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/base/python_dist/lib/python2.5/xml/sax/xmlreader.py", line
125, in parse
self.close()
File "/base/python_dist/lib/python2.5/xml/sax/expatreader.py", line
217, in close
self.feed("", isFinal = 1)
File "/base/python_dist/lib/python2.5/xml/sax/expatreader.py", line
211, in feed
self._err_handler.fatalError(exc)
File "/base/python_dist/lib/python2.5/xml/sax/handler.py", line 38,
in fatalError
raise exception
What meen error ~line 1.0, no element found~ ? Is it difference
between standart xml.sax and GAE xml.sax?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---