Santa Claus
Santa Claus

Reputation: 187

how to install the module cyruslib

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

Upvotes: 0

Views: 96

Answers (2)

Roshan
Roshan

Reputation: 724

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

Upvotes: 0

Isaiah
Isaiah

Reputation: 103

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

Upvotes: 0

Related Questions