fraoustin / Sublime2pdf

/!\ inactive /!\ plugin for sublime generate a pdf file for print
11 stars 3 forks source link

Traceback Issue while running 2pdf #9

Open hisuley opened 10 years ago

hisuley commented 10 years ago

when i has a fresh install of 2pdf and started to use it, I met a traceback error.

2pdf's 168 line has been already changed to

if sys.platform.startswith('darwin'): subprocess.call(('open', outfile)) elif os.name == 'nt': os.startfile(outfile) elif os.name == 'posix': subprocess.call(('xdg-open', outfile))

screen shot 2013-11-20 at 14 47 35