Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950
RaiMan posted a new comment: I just hade a look into the modules site.py and os.py of Jython 2.7. The problem comes up, when internally during Jython startup the Windows specific module nt.py is imported. The mentioned unpaired surrogate error has something to do with the processing of some unicode items. So I think the problem arises from your mixed Python/Jython 32-Bit/64-Bit environment. So it might well be, that in some situations through some whatever path settings the module loading gets mixed up. I guess if you assure, that you always have a fitting setup of any path specs (system path, java class path, python path, python path, ...) the problem should vanish. -- 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

