2016-08-28, 09:13
(2016-08-27, 00:24)htpcmac Wrote: Here is the part of the other script I mentioned that launches an exe from a wine bottle if this helps at all:
http://pastebin.com/qXAN3VYd
If that script works then try changing the call command to a Popen command in the addons run.py:
Code:
import subprocess
...
try:
self.proc = subprocess.Popen(comd,shell=False)