New submission from Igor Z <igorzy....@gmail.com>:

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.

----------
assignee: docs@python
components: Build, Documentation, Library (Lib)
messages: 334329
nosy: Igor Z, docs@python
priority: normal
severity: normal
status: open
title: _queue _queuemodule.c is missing inside the Setup file
type: behavior
versions: Python 3.7

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

Reply via email to