Berker Peksag added the comment:
python-redmine is not part of the Python standard library.
https://github.com/maxtepkeev/python-redmine/issues is a better place to ask
usage questions like this, thank you!
--
nosy: +berker.peksag
resolution: -> third party
stage: -> resolved
status:
New submission from Joshua:
trying to install the following on macos sierra 10.12.5. I am trying to install
the python-redmine module. i ran the following:
sudo easy_install pip
pip install python-redmine
i get the following output when trying to run a python script:
Joshuas-MacBook-Pro:~ jos