Hi,
may I have a hint what the problem is in my situation?
Is it a syntax error in sweetone.odt or in xml.parsers.exp at?
Same problem with different file instead of sweetone.odt means that it's not the file that has a syntax error.
xml.parsers.exp at is a standard module that probably has no errors.
So what could cause this error message??
Traceback (most recent call last):
File "mytest.py" , line 5, in ?
r = c.convert(s, 'HTML','sweeton e.odt').decode( 'base64')
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1029, in __call__
return self.__send(sel f.__name, args)
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1316, in __request
verbose=self.__ verbose
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1080, in request
return self._parse_res ponse(h.getfile (), sock)
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1214, in _parse_response
p.feed(response )
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 528, in feed
self._parser.Pa rse(data, 0)
xml.parsers.exp at.ExpatError: syntax error: line 1, column 0
Regards, Katja
may I have a hint what the problem is in my situation?
Is it a syntax error in sweetone.odt or in xml.parsers.exp at?
Same problem with different file instead of sweetone.odt means that it's not the file that has a syntax error.
xml.parsers.exp at is a standard module that probably has no errors.
So what could cause this error message??
Traceback (most recent call last):
File "mytest.py" , line 5, in ?
r = c.convert(s, 'HTML','sweeton e.odt').decode( 'base64')
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1029, in __call__
return self.__send(sel f.__name, args)
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1316, in __request
verbose=self.__ verbose
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1080, in request
return self._parse_res ponse(h.getfile (), sock)
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 1214, in _parse_response
p.feed(response )
File "/Users/katjasuess/links/soffice/python-core/lib/xmlrpclib.py", line 528, in feed
self._parser.Pa rse(data, 0)
xml.parsers.exp at.ExpatError: syntax error: line 1, column 0
Regards, Katja
Comment