Attachment 182895
Quote:
Originally Posted by kovidgoyal
Hmm that's a rather large list. Will look into it, can you post your cleaned up plugin.
|
See attached zip.
The 'big black box' is the
tts_typelib.py file. The other 2 files referencing win32xxx are
utils.py and
other_dlgs.py.
I believe its possible that
Code:
from win32process import CreateProcess
from win32process import STARTUPINFO
can now use subprocess instead now we're at python3? CreateProcess was only ever used as an alternative because some of the commandline mp3-tagging args for
lame.exe (e.g. Author and Title) could have non-ascii values. I'm looking at this at the moment.
Also, the last 2 lines of the original list are all integer constants so I suppose I could just hard-code their values??? I don't know if they are subject to change over time.