svenax / SublimePrint

Simple print function for Sublime Text. Handles printing current file, selection, or clipboard.
58 stars 11 forks source link

Windows 10 - lpstat not found #20

Closed dazdaz closed 8 years ago

dazdaz commented 8 years ago

Upon installation of this on Windows 10 with sublime3 build 3114, I receive the error lpstat not found when I try to print out a document.

Does lpstat.exe exist on Windows, is there an equivalent, can lpstat be used from a 3rd party which is compiled for Windows, is there a workaround.

svenax commented 8 years ago

You can maybe use the executable from MSYS or similar. But it is easier if you make the configuration yourself. See issue https://github.com/svenax/SublimePrint/issues/5 for ideas.

dazdaz commented 8 years ago

Why not just include a pre-compiled lpstat.exe with Sublime.

svenax commented 8 years ago

That seems to be a bit out of scope, since Sublime itself doesn't do any printing.