unoconv crashed with SystemError in <module>()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unoconv (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: unoconv
Converting a folder of .doc using;
for i in *.doc; do echo $i; unoconv -f pdf "$i"; sleep 60; done
No problems in earlier releases, current release;
Linux mimir 2.6.31-9-generic #29-Ubuntu SMP Sun Aug 30 17:39:26 UTC 2009 x86_64 GNU/Linux
ProblemType: Crash
Architecture: amd64
Date: Thu Sep 3 17:48:39 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/unoconv
InterpreterPath: /usr/bin/python2.6
Package: unoconv 0.3-5
PackageArchitec
ProcCmdline: /usr/bin/python /usr/bin/unoconv -f pdf American\ Pie.doc
ProcEnviron:
PATH=(custom, user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
ProcVersionSign
PythonArgs: ['/usr/
SourcePackage: unoconv
Title: unoconv crashed with SystemError in <module>()
Uname: Linux 2.6.31-9-generic x86_64
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev plugdev powerdev sambashare scanner video
tags: | removed: need-duplicate-check |
Could you please try again using either unoconv 0.4 or the version from Github ?
A lot has changed in unoconv that improve stability, better detection of python/office combo and improved error logging.