Is there a way to import Python3's multiprocessing module inside a Sublime
Text 3 plugin?
I'm making a ST3 plugin on my OSX dev-environment, but according to the
unofficial docs:
Sublime Text ships with a trimmed down standard library. The Tkinter,
multiprocessing and sqlite3 modules are among the missing ones.
Even if it's not bundled with ST3, is there a way I can still import
multiprocessing (docs)? Is there a way I can import it as a "standalone"
module inside my plugin dir?
No comments:
Post a Comment