Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Traceback Issue while running 2pdf #9

Open
hisuley opened this issue Nov 20, 2013 · 0 comments
Open

Traceback Issue while running 2pdf #9

hisuley opened this issue Nov 20, 2013 · 0 comments

Comments

@hisuley
Copy link

hisuley commented Nov 20, 2013

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant