sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #14972
Re: [Question #216012]: Facing "SyntaxError: mismatched input 'https' expecting NEWLINE" while trying to open a url using jython scripting
Question #216012 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/216012
Status: Open => Answered
RaiMan proposed the following answer:
-- 1. the Firefox.exe is not found on system path ...
... which is normal on Windows, since FF is in a sibdirectory of the Program Folder, which is not on system path.
So you have to specify the absolute path to FF.exe
-- 2.
the module webbrowser cannot be found on Jython's sys.path.
You have to add the folder where webbrowser.py can be found on your system
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.