Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On Mon, 2012-01-16 at 21:09 -0200, Gabriel Monnerat wrote:
Hello everybody,
I am trying convert one document(ODT to HTML) using one web service
written in Python.

    self.document_loaded.dispose()
uno.RuntimeException: illegal object given!

No idea, probably need to be able to provide a standalone demo for
someone to examine it a bit closer.

I presume self.document_loaded is not simply null at this point ?

or maybe hackaround with...

try:
    self.document_loaded.dispose()
catch:
    pass
    
to see if that moves the problem somewhere else more verbose :-)

C.



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.