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
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
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