<div dir="ltr"><div dir="ltr"><div>This mailing list for the development of IDLE itself, not for general question on how to use Python/IDLE.</div><div><br></div><div>I would suggest posting question to Python list (<a href="https://mail.python.org/mailman/listinfo/python-list">https://mail.python.org/mailman/listinfo/python-list</a>)</div><div><br></div><div>In addition, redmine is not part of the standard library, it is something you will need to install (eg by doing `python -m pip install redmine` if redmine is the name of the package).</div><div>So perhaps check the documentation for redmine package itself on how to install it.</div><div><br></div><div>Good luck with the thesis.</div><div><br></div></div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=abWFyaWF0dGEud2lqYXlhQGdtYWlsLmNvbQ%3D%3D&type=zerocontent&guid=5ce36375-9f7f-4809-8bcf-9060bd8d8c07"><font color="#ffffff" size="1">ᐧ</font></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 7, 2019 at 5:03 PM Brantschen Benjamin (brantben) <<a href="mailto:brantben@students.zhaw.ch">brantben@students.zhaw.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi there<br>
<br>
I am a student in Switzerland and I’m trying to use the redmine REST API for the bachelor thesis.<br>
<br>
I’m trying to import the redmine package on my python shell.<br>
<br>
When I run:<br>
import redmine<br>
<br>
I get back:<br>
Traceback (most recent call last):<br>
  File "<pyshell#31>", line 1, in <module><br>
    import redmine<br>
ModuleNotFoundError: No module named 'redmine'<br>
<br>
I use python 3.7.2 Tk version 8.6.8 IDLE version 3.7.2<br>
<br>
I tried to find help on the internet but there wasn’t any so you are basically my last hope :)<br>
<br>
<br>
Freundliche Grüsse<br>
<br>
Benjamin Brantschen, WI15t<br>
<br>
_______________________________________________<br>
IDLE-dev mailing list<br>
<a href="mailto:IDLE-dev@python.org" target="_blank">IDLE-dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/idle-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/idle-dev</a><br>
</blockquote></div>