Peter Geerds
Sun, 07 Feb 2010 08:49:24 -0800
Hallo nochmals! Am 07.02.2010 um 17:39 Uhr schrieb Peter Geerds: > Am 07.02.2010 um 16:57 Uhr schrieb Stefan Weigel: > > Ein anderer lustiger Weg geht über die Kommandozeile mit den Tools > > unoconv und pdftk. Beide Tools sind bei meinem Ubuntu unkomplizert > > über das Paketmangement zu installieren. > > > > (1) Alle odt-Dateien im Verzeichnis in PDFs verwandeln: > > unoconv *.odt > > > > unoconv gibt's für meine Distri (openSUSE) nicht. > Von freshmeat installiert und an OOo-3.2 angepasst, kommt > diese Fehlermeldung: > > Traceback (most recent call last): > File "/usr/bin/unoconv", line 24, in <module> > import uno, unohelper > File "/opt/openoffice.org/basis3.2/program/uno.py",line 33, in <module> > import pyuno > SystemError: dynamic module not initialized properly >
Das ist ein Problem von uno unter OOo-3.2:
python -c 'import uno;'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/opt/openoffice.org/basis3.2/program/uno.py", line 33, in <module>
import pyuno
SystemError: dynamic module not initialized properly
cu
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@de.openoffice.org
For additional commands, e-mail: users-h...@de.openoffice.org