how to install the module cyruslib

105 views Asked by At

tell me, please, how to install cyruslib? I'm use python 2.7, ubuntu18. I have the error :"No module named cyruslib". I want to do enter link description here

2

There are 2 answers

0
Isaiah On
0
Roshan On

Run through source code:

Download the files from this link : https://sourceforge.net/projects/python-cyrus/files/

Then extract it.

Then copy the python files from the extracted folder to your folder where you are creating your program

Now you must be able to do import cyruslib without issues