Re: [Sikuli-driver] [Question #691199]: Subprocess.Popen cannot launch specific files

2020-06-08 Thread RaiMan
Question #691199 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691199 Status: Solved => Answered RaiMan changed the question status: to keep it open. What SikuliX version? What Java? Java itself accepts / as \\ on Windows, but it seems that parts of Jython does not. Abo

Re: [Sikuli-driver] [Question #691199]: Subprocess.Popen cannot launch specific files

2020-06-07 Thread Artem Koval
Question #691199 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691199 Status: Open => Solved Artem Koval confirmed that the question is solved: Sorry, I think the issue was in slashes. Works after replacing them with '\\'. Funny how it doesn't want to work with '/' and 'p'

[Sikuli-driver] [Question #691199]: Subprocess.Popen cannot launch specific files

2020-06-07 Thread Artem Koval
New question #691199 on Sikuli: https://answers.launchpad.net/sikuli/+question/691199 Hello. This may not be a Sikuli specific question, but I'd really appreciate your input. I'm trying to open a file with specific application and for some reason files that start with 'p' do not open. For examp