package directory 'lib\yaml' does not exist

Asked by vasiliy

Hello, please help me.

I'm using SikulixIDE 1.1.3, Windows 10.

I need to load yaml module to my sikuli script.

I download the zipped source from https://pypi.python.org/pypi/PyYAML/3.12
Unziped it and run setup.

I used this commandline:

java -cp C:\Users\user\Desktop\sikuli/sikulix.jar org.python.util.jython C:\Sikuli\PyYAML-3.12\setup.py install

But cmd write:
error: package directory 'lib\yaml' does not exist

Are you have any idea, why this may be?
This directory exist.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
vasiliy
Solved:
Last query:
Last reply:
Revision history for this message
vasiliy (prusov) said :
#1

I'm sorry.

I solved problem by:
1. cd C:\Sikuli\PyYAML-3.12
2. java -cp C:\Users\user\Desktop\sikuli/sikulix.jar org.python.util.jython setup.py install

Revision history for this message
RaiMan (raimund-hocke) said :
#2

Ok, thanks for feedback.

... but where did the install finally put the yaml module?

Revision history for this message
vasiliy (prusov) said :
#3

C:\Users\user\Desktop\sikuli\libs
that is directory with sikuli