← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #683869]: Error while compiling as runnable JAR

 

Question #683869 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/683869

    Status: Open => Answered

RaiMan proposed the following answer:
the hyphen - and the dot . are not allowed in Python names, which is
used inside the jar to import your script.

so name your script file either:
WoW_Based_Skill_v9_5

or use CamelCase:
WowBasedSkillV95

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.