NetAngels / django-webodt

django module to create MS Word, PDF and other types of documents from ODF and HTML templates
http://packages.python.org/django-webodt/
93 stars 52 forks source link

com.sun.star.connection.NoConnectException #18

Closed angebouabre closed 10 years ago

angebouabre commented 10 years ago

Hi guys!! I try to django-webodt to generate documents, but i see there's no more feed on the project. Is it still stable? I try your example in package but i get this error with Open Office backend:

Connector : couldn't connect to socket (Success)

line unocontext = resolver.resolve('uno:%s' % OOO_CONNECTION) in openoffice.py!

Thank you for your help

imankulov commented 10 years ago

Hi @angebouabre

Thank you for your interest to the project. Unfortunately, it's not actively maintained now, and I'm afraid we don't have resources to investigate and fix the bug ourselves.

Although in your case, the issue may be trivial to resolve. Haven't your forgotten to start up the OpenOffice "server" as described in the documentation?

angebouabre commented 10 years ago

@imankulov Thank you for your fast answer!! Indeed i had forgotten to start the OpenOffice server like this... I started and it works fine now! Thank you!