On 18/01/12 02:11, Gabriel Monnerat wrote:
> __main__.DisposedException: URP_Bridge : disposed
> (tid=3) Unexpected connection closure
a disposed UNO bridge usually means that the office has crashed; can you
check that that is indeed what happens, write a simple reproducer, and
file a bug?
_
On Tue, Jan 17, 2012 at 9:58 AM, Caolán McNamara wrote:
> 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.RuntimeExcept
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 provid
Hello everybody,
I am trying convert one document(ODT to HTML) using one web service written
in Python.
But, using the LibreOffice interface I got this failure:
"""
Error saving the document P-SAFI-Install.Serv:
Write Error.
The file could not be written
"""
and using the web service via PyUNO,