Comment 5 for bug 1627163

Revision history for this message
James Page (james-page) wrote :

# python3
Python 3.5.2 (default, Sep 14 2017, 22:51:06)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from ConfigParser import SafeConfigParser
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'ConfigParser'

Any chance your /usr/bin/python is not actually pointing to /usr/bin/python2.7?