Comment 6 for bug 1445764

Revision history for this message
Danil Smirnov (ulrith) wrote :

Aurélien:

>Could you be missing some devel libraries?

I don't think so but I'm ready to check something yo want.

>Does your distribution have a version of Python 3.4 that would be parallel-installable?

I could not find any with "yum search python". As I reported, this is fresh new Centos 7 installation.

Mark:

I did everything you advice with the error posted above.

Few more experiments:

(venv)[root@host mailman-bundler]# ls -l /usr/local/src/mailman-bundler/venv-3.4/bin/python3.4
-rwxr-xr-x 1 root root 17544 apr 18 22:55 /usr/local/src/mailman-bundler/venv-3.4/bin/python3.4

(venv)[root@host mailman-bundler]# /usr/local/src/mailman-bundler/venv-3.4/bin/python3.4
Failed to import the site module
Traceback (most recent call last):
  File "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/site.py", line 67, in <module>
    import os
  File "/usr/local/src/mailman-bundler/venv-3.4/lib/python3.4/os.py", line 616, in <module>
    from _collections_abc import MutableMapping
ImportError: No module named '_collections_abc'

I have very poor knowing of Python and its environment. I'm unable to find what's wrong with the Python installation.

I can provide to you any additional data if you request.