In article <176d49d3-6ff8-4d35-b8ec-647f13250...@googlegroups.com>, Pippo <adm2303.2...@gmail.com> wrote: > I am trying to install matplotlib and I keep getting error: [...] > File > "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/v > ersion.py", line 343, in _cmp > if self.version < other.version: > TypeError: unorderable types: str() < int() > > any idea?
If you are running on OS X 10.10 (Yosemite), try upgrading to a current Python 3.4.x. 3.3.x is no longer supported and was released long before Yosemite was. http://bugs.python.org/issue21811 -- Ned Deily, n...@acm.org -- https://mail.python.org/mailman/listinfo/python-list