Comment 22 for bug 745997

Revision history for this message
Alvin Penner (apenner) wrote :

on Windows 7, the file agv-racing-logo.ai can be converted to svg as follows (outside of Inkscape):
- install Python 2.5.1
- install PIL 1.1.6
- install reportlab 2.3
- install uniconvertor 1.1.3
- run uniconvertor from a DOS prompt with the command:
  C:\Python25>scripts\uniconv input.ai output.svg

this yields the attached svg file. The reason for reverting to a old version of Python and Uniconvertor is that there is apparently an occasional conflict between Python 2.6 and Windows 7/Vista. See for example

http://www.devpicayune.com/entry/building-python-26-executables-for-windows
and
http://wxpython-users.1045709.n5.nabble.com/gui2exe-xp-manifest-problem-td2371961.html