Re: [Sikuli-driver] [Question #245672]: [1.0.1] NullPointerException when run compiled jython code

2014-03-25 Thread ashi
Question #245672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245672 ashi posted a new comment: I've tested on Jython 2.5.4rc, 2.5.3 and 2.7beta, they give same result. -- You received this question notification because you are a member of Sikuli Drivers, which is an a

Re: [Sikuli-driver] [Question #245672]: [1.0.1] NullPointerException when run compiled jython code

2014-03-19 Thread ashi
Question #245672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245672 ashi posted a new comment: Thanks, got it. If more details are needed, please tell me. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #245672]: [1.0.1] NullPointerException when run compiled jython code

2014-03-18 Thread ashi
Question #245672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245672 ashi posted a new comment: What I want is distribute my script without source code. So is there alternative for this task? For now, I try to compile the jython to bytecode. -- You received this question

Re: [Sikuli-driver] [Question #245672]: [1.0.1] NullPointerException when run compiled jython code

2014-03-18 Thread ashi
Question #245672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245672 ashi posted a new comment: Yeah, the uncompiled script can run outside Eclipse, the commands is: C:\>java -classpath "C:\jython2.5.3\jython.jar";"sikuli-java.jar" org.python.util

[Sikuli-driver] [Question #245672]: [1.0.1] NullPointerException when run compiled jython code

2014-03-18 Thread ashi
org.python.core.Py.runMain(Py.java:984) at myapp$py.main(C:\Users\user00\projects\myapp\src\myapp.py) java.lang.NullPointerException: java.lang.NullPointerException Thanks! ashi -- You received this question notification because you are a member of Sikuli Drivers, which is an answer cont

Re: [Sikuli-driver] [Question #243487]: [1.0.1] Win7 64: IDE: I get a typeError from NetBeans 7.4

2014-02-11 Thread ashi
Question #243487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243487 ashi posted a new comment: >@ ashi: >as clearly said: >SikuliX 1.0+ should not reside in any special system folder (like program >folders) due to access restrictions. >The best place is: C:

Re: [Sikuli-driver] [Question #243487]: [1.0.1] Win7 64: IDE: I get a typeError from NetBeans 7.4

2014-02-11 Thread ashi
Question #243487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243487 ashi posted a new comment: Hi, RaiMan, Finally, I get around the problem by install jython2.7b1. Thanks, ashi -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #243487]: [1.0.1] Win7 64: IDE: I get a typeError from NetBeans 7.4

2014-02-10 Thread ashi
Question #243487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243487 ashi posted a new comment: Hi, RaiMan, I just have the same problem on Win7 64: I run it from command line: c:\>java -Xmx512m -Xss1152k -Dsikuli.Debug=3 -Dpython.home="C:\jython2.5.1" -Dpyth