Re: [Idle-dev] Using Redmine API in python

2019-03-07 Thread Terry Reedy
On 3/7/2019 8:18 PM, Mariatta wrote: This mailing list for the development of IDLE itself, not for general question on how to use Python/IDLE. I would suggest posting question to Python list (https://mail.python.org/mailman/listinfo/python-list) In addition, redmine is not part of the standa

Re: [Idle-dev] Using Redmine API in python

2019-03-07 Thread Mariatta
This mailing list for the development of IDLE itself, not for general question on how to use Python/IDLE. I would suggest posting question to Python list ( https://mail.python.org/mailman/listinfo/python-list) In addition, redmine is not part of the standard library, it is something you will need

[Idle-dev] Using Redmine API in python

2019-03-07 Thread Brantschen Benjamin (brantben)
Hi there I am a student in Switzerland and I’m trying to use the redmine REST API for the bachelor thesis. I’m trying to import the redmine package on my python shell. When I run: import redmine I get back: Traceback (most recent call last): File "", line 1, in import redmine ModuleNotF