Message 334329 - Python tracker

Message334329

Author Igor Z
Recipients Igor Z, docs@python
Date 2019-01-25.00:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548374932.46.0.67529287669.issue35822@roundup.psfhosted.org>
In-reply-to
Content
I had to install manually new urllib3 (zip archive) module inside python 3.7 and got and error that module "_queue" is missing.
I did not find anything related to such module inside the Setup file.
Then I found this module in the github and manually added:
_queue _queuemodule.c and did "make" once again to get new "libpython3.7m.so.1.0" that I needed for the project. The problem was solved.
History
Date User Action Args
2019-01-25 00:08:55Igor Zsetrecipients: + Igor Z, docs@python
2019-01-25 00:08:52Igor Zsetmessageid: <1548374932.46.0.67529287669.issue35822@roundup.psfhosted.org>
2019-01-25 00:08:52Igor Zlinkissue35822 messages
2019-01-25 00:08:52Igor Zcreate