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.


_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to