I wonder if there is any possibility to add win32api extensions (pywin32) to Sublime Text? My plugin sends text lines via TCP to a localhost server process which then processes the data and then returns the result back to ST3. All this works fine. I would like to check if the server process is running. If not, then my plugin would start the server before sending first lines. For this I need win32api but there really are no information how to extend the Python distribution which comes built-in with ST3. Is there any easy (or hard) way to do this?
I already tried to copy pywin32 directories to Sublime Text’s python3.3.zip with no luck. I also tried to copy pywin32 folder to “C:\Users…\AppData\Roaming\Sublime Text 3\Packages” folder but it did not work either.