``` python if self.ld_version >= "2.10.90": TypeError: unorderable types: NoneType() >= str() ``` I asked in #python about that problem and they told me, it's a problem with the package. Python 3.4.0, PyCharm 3 using pip, compiling with cygwin.