5 Sep
2003
5 Sep
'03
7:05 p.m.
Chris Herrnberger wrote at 2003-9-3 22:26 -0400:
Anyone know how to get Archetypes playing nice with OOo.org? From my reading of the pyUNO page at openoffice.org its should be as simple as launching the UNO.py supplied by Archetypes in /content_driver. However doing the same gives me the following error:
chris123@ls2:~/plone_test/archetypes-1.0.1/Archetypes/content_driver> python2.1 UNO.py File "UNO.py", line 28 self.XComponentContext = PyUNO.bootstrap ( setup ) ^ IndentationError: unindent does not match any outer indentation level
Obviously, a syntax error in line 28 of "UNO.py". Probably something elementary. Look at the code! Dieter