Comment 34 for bug 55273

Revision history for this message
sas (sas-sas) wrote :

The line that begins

   os.system('cd ' + base_dir + ' ; pstoedit

isn't going to work on Windows, since Windows doesn't use semicolons like that (it uses && instead).

I've attached a patch, but it's untested (as I haven't got pstoedit installed).