Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-28 Thread Sam
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Status: Answered => Solved

Sam confirmed that the question is solved:
Thanks!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-27 Thread RaiMan
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Status: Open => Answered

RaiMan proposed the following answer:
--- running the python panda script outside of sikuli
yes, is easy: use subprocess.popen

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-26 Thread Sam
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Sam gave more information on the question:
Perhaps, I'd be better off running the python panda script outside of
sikuli. Is that common practice/ easy to do? I've never had sikuli run a
python script for me. Perhaps Ill try something like this

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-26 Thread Sam
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Status: Answered => Solved

Sam confirmed that the question is solved:
thanks, i'll try using the csv import for now

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-26 Thread Sam
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Status: Solved => Open

Sam is still having a problem:
thanks, i'll try using the csv import for now

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-26 Thread RaiMan
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Status: Open => Answered

RaiMan proposed the following answer:
Are you on SikuliX 1.1.1, to be sure you are using Jython 2.7 ?

Read this to be sure that SikuliX/Jython finds the stuff:
http://sikulix-2014.readthedocs.io/en/latest/scenarios.html#access-python-packages-from-sikulix-scripts-run-by-sikulix-gui-or-commandline

... and yes, the Jython import works well, since otherwise nothing would
work at all ;-)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-26 Thread Sam
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Status: Answered => Open

Sam is still having a problem:
It says here that it should work with jython though:
https://pypi.python.org/pypi/XlsxWriter

I've also tried using pandas : https://pypi.python.org/pypi/pandas/

And this import does not work either. Are there any imports that you can
think of that will work with sikuli/jython. I'm surprised xlxswriter
isn't working since it says it works with jython in the documentation.

Thanks

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #653515]: Sikuli: "[error] ImportError ( No module named xlsxwriter )". Any way to get xlsxwriter to work?

2017-07-26 Thread RaiMan
Question #653515 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653515

Status: Open => Answered

RaiMan proposed the following answer:
I guess, the mentioned module only works with Python, since it contains
some C-based libraries internally.

Python modules only work with Sikuli(X) if they are completely written
in Python language and do not depend on any C-based/native stuff.

The reason behind: Jython (used with Sikuli(X)) is a Java-based Python
interpreter.

In your case:
the SikuliX version 1.1.x has the xl modules bundled, that are working in 
Sikuli scripts.

see faq 2208

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp