Quote:
Originally Posted by kovidgoyal
Use subprocess, os.system is deprecated. Try using
Code:
subprocess.call('path to program', shell=True)
|
This works if I just do a script in pythonwin, but when I load a lit file to calibre, nothing happens.
I'm attaching the script I'm trying to use in case it's helpful to anyone.