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:~ joshuaayes$ ./changelog.py 
Traceback (most recent call last):
  File "./changelog.py", line 2, in <module>
    from redmine import Redmine
ImportError: No module named redmine
Joshuas-MacBook-Pro:~ joshuaayes$ pip install python-redmine
Requirement already satisfied: python-redmine in 
/Library/Python/2.7/site-packages
Joshuas-MacBook-Pro:~ joshuaayes$ 


anyone have any insight why this is not working?

----------
components: Extension Modules
messages: 298149
nosy: ayesjm
priority: normal
severity: normal
status: open
title: Python-Redmine plugin not seeing python install MacOS
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30902>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to