uniconvertor crashed with SketchLoadError in load_drawing_from_file()

Asked by Brett Alton

Binary package hint: python-uniconvertor

Tried to convert a .eps to .svg like so:

$ uniconvertor GP_LOGO_SHEET_2008.eps logo.svg
/usr/lib/python2.6/dist-packages/uniconvertor/app/utils/locale_utils.py:9: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
  from popen2 import popen2
Traceback (most recent call last):
  File "/usr/bin/uniconvertor", line 23, in <module>
    uniconvertor.main(sys.argv)
  File "/usr/lib/python2.6/dist-packages/uniconvertor/__init__.py", line 73, in main
    doc = load.load_drawing(argv[1])
  File "/usr/lib/python2.6/dist-packages/uniconvertor/app/io/load.py", line 364, in load_drawing
    return load_drawing_from_file(file, filename)
  File "/usr/lib/python2.6/dist-packages/uniconvertor/app/io/load.py", line 346, in load_drawing_from_file
    raise SketchLoadError(_("unrecognised file type"))
app.events.skexceptions.SketchLoadError: unrecognised file type

ProblemType: Crash
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/uniconvertor
InterpreterPath: /usr/bin/python2.6
NonfreeKernelModules: nvidia
Package: python-uniconvertor 1.1.3-4ubuntu1
ProcCmdline: /usr/bin/python2.6 /usr/bin/uniconvertor GP_LOGO_SHEET_2008.eps logo.svg
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_CA.UTF-8
PythonArgs: ['/usr/bin/uniconvertor', 'GP_LOGO_SHEET_2008.eps', 'logo.svg']
SourcePackage: python-uniconvertor
Title: uniconvertor crashed with SketchLoadError in load_drawing_from_file()
Uname: Linux 2.6.28-9-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu python-uniconvertor Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Brett Alton (brett-alton-deactivatedaccount) said :
#1
Revision history for this message
Andreas Wenning (andreas-wenning) said :
#2

uniconvertor does not support converting from postscript files; it only supports converting to postscript. That is why it fails with an "unrecognised file type", as the given input file-type is not valid.

Revision history for this message
max (maxim-s-barabash) said :
#3

sK1 rev. 868. EPS Binary File Header support.
Will be in the next release Uniconvertor.

Can you help with this problem?

Provide an answer of your own, or ask Brett Alton for more information if necessary.

To post a message you must log in.