tisn05 / sk1

Automatically exported from code.google.com/p/sk1
Other
0 stars 0 forks source link

Filed to convert a .cdr file #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install python-sk1libs-0.9.1_0ubuntu1_10.04_i386.deb and 
python-uniconvertor-1.1.5_0ubuntu1_10.04_i386.deb
2. uniconvertor file.cdr file.svg

What is the expected output?
a readable svg file
What do you see instead?

Traceback (most recent call last):
  File "/usr/bin/uniconvertor", line 13, in <module>
    uniconv_run()
  File "/usr/lib/python2.6/dist-packages/uniconvertor/__init__.py", line 95, in uniconv_run
    doc = load.load_drawing(input_file)
  File "/usr/lib/python2.6/dist-packages/uniconvertor/app/io/load.py", line 377, in load_drawing
    return load_drawing_from_file(file, filename)
  File "/usr/lib/python2.6/dist-packages/uniconvertor/app/io/load.py", line 354, in load_drawing_from_file
    raise SketchLoadError(_("Parsing error: ")+ str(value))

What version of the product are you using? On what operating system?
i'm using the .deb files provided for download on the site
- python-sk1libs-0.9.1_0ubuntu1_10.04_i386.deb
- python-uniconvertor-1.1.5_0ubuntu1_10.04_i386.deb

OS: Ubuntu 10.10 32bit

Please provide any additional information below.

i can attach original .cdr file if you want
i have some knowledge to help triage this bug.

Original issue reported on code.google.com by carlos.p...@gmail.com on 15 Feb 2011 at 1:08

GoogleCodeExporter commented 8 years ago
I have identified the file version: Corel X5
the documentation says it supports until Corel X3, so this ticket should be a 
"whishlist" and not a Defect

Original comment by carlos.p...@gmail.com on 16 Feb 2011 at 1:17