Script too large to compile
Trying to compile my old code into a runnable JAR file
Receving this error as the scrip is too large I believe:
java.lang.
What exactly does it mean by please provide a CPythin bytecode?
I did compile the script via: python -m py_compile and have the .pyc file (get auto rename to: automationV1.
What exactly is the next step to compile it now, where do I put this file?
Thank you!
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- RaiMan
- Solved:
- 2020-03-29
- Last query:
- 2020-03-29
- Last reply:
- 2020-03-28
xyz_User (userseven) said : | #1 |
Looks like had python 3 installed, I've compiled it with python 2
but now I'm getting a different error:
[error] JythonSupport: exec: returns: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\
at org.python.
at org.python.
at org.pytho
n.core.
at org.python.
at java.base/
at java.base/
at java.base/
at java.base/
java.lang.
|
#2 |
Not sure, what you are doing.
SikuliX scriptcode has to be compiled with Jython 2.7.
xyz_User (userseven) said : | #3 |
Thanks RaiMan, that solved my question.