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

    Status: Open => Answered

RaiMan proposed the following answer:
--1. the limit of 64K for the file size of generated byte code in the
Jython/Java environment is fixed with the current environment (Jython
2.5.2/Java 6).

--2. When reducing the file size by refactoring does not bring you under the 
limit, you have to split the file into smaller pieces. Which should not be very 
complicated with Sikuli's support for import.
If import for some reason is not suitable, you might try execfile().

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to