0

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

Santa Claus
  • 147
  • 1
  • 1
  • 7
  • you can't install it as a package, all you need to extract the download folder, and then add the inermost cryuslib.py and seivelib.py in same folder or file path where you are importing it. – sahasrara62 Jun 26 '19 at 14:17

2 Answers2

0

A couple of links that might help https://sourceforge.net/projects/python-cyrus/ https://github.com/cyrusimap/cyruslibs

Isaiah
  • 103
  • 11
0

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

Roshan
  • 664
  • 5
  • 23