Has anyone succeeded in using z3c.rml with AppEngine yet?  I've got a need
to create a complex and long document that something like a z3c.rml would be
much handier.

I've spent the best part of today trying (in vain) to get it simply working
on my windows command line, much less from within the SDK.

I checked out z3c.rml, zope.event, zope.i18nmessageid, zope.interface,
zope.schema.  I changed all the references to lxml to xml.etree.ElementTree,
so that it might work on Google AppEngine.  I copied the modules' source for
these various things into the rml2pdf working directory like it'd be under
AppEngine.

I set up pythonpath to point the the (seemingly) appropriate places, and
then tried several times running rml2pdf.py with this command line:

C:\Temp\z3c.rml\src\z3c\rml>python rml2pdf.py tests\input\simple-layout.rml
Traceback (most recent call last):
 File "rml2pdf.py", line 25, in <module>
   import document, interfaces
 File "C:\Temp\z3c.rml\src\z3c\rml\document.py", line 26, in <module>
   from z3c.rml import attr, directive, interfaces, occurence
 File "c:\temp\z3c.rml\src\z3c\rml\attr.py", line 36, in <module>
   from z3c.rml import interfaces
 File "c:\temp\z3c.rml\src\z3c\rml\interfaces.py", line 138, in <module>
   class IDeprecatedDirective(zope.interface.interfaces.IInterface):
AttributeError: 'module' object has no attribute 'interfaces'

Do you know what that error means?  All this 'Interface' stuff has me more
than a little bemused as a complete Python newbie.

Thanks for any help you can give...

-Ken

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to