Re: [Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-15 Thread RaiMan
Question #697968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697968 Status: Open => Answered RaiMan proposed the following answer: I could not check, wether requests can be used with the SikuliX Jython interpreter (not possible if its uses C-based stuff from Python).

Re: [Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-15 Thread Guillermo
Question #697968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697968 Status: Answered => Open Guillermo is still having a problem: Apologies, I meant pip! -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

Re: [Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-15 Thread RaiMan
Question #697968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697968 Status: Open => Answered RaiMan proposed the following answer: npm means it is some javascript stuff, which surely cannot be imported into Python scripts. So IMHO this error has no solution. -- You

Re: [Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-15 Thread Guillermo
Question #697968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697968 Status: Needs information => Open Guillermo gave more information on the question: It is a module that I install by `npm install requests`. I don't know if it is in sys.path - where would I check

Re: [Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-15 Thread RaiMan
Question #697968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697968 Status: Open => Needs information RaiMan requested more information: where is the "external" module request? Can it be found on sys.path? -- You received this question notification because your team

Re: [Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-14 Thread Guillermo
Question #697968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697968 Description changed to: I have a structure of multi-sikuli-modules set up, with an "API" module that makes use of an external module ( 'requests'), i.e.: - test1.sikuli - test2.sikuli - API.sikuli ->

Re: [Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-13 Thread Guillermo
Question #697968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697968 Description changed to: I have a structure of multi-sikuli-modules set up, with an "API" module that makes use of an external module ( 'requests'), i.e.: - test1.sikuli - test2.sikuli - API.sikuli ->

[Sikuli-driver] [Question #697968]: Unable to import module Requests on Sikulix IDE 2.0.5

2021-07-13 Thread Guillermo
New question #697968 on SikuliX: https://answers.launchpad.net/sikuli/+question/697968 I have a structure of multi-sikuli-modules set up, with an "API" module that makes use of an external module ( 'requests'), i.e.: - test1.sikuli - test2.sikuli - API.sikuli -> tools.py has `import requests`