Psyco seems to dead: http://psyco.sourceforge.net/
Maybe it would make sense to remove the hints to install it?
"NOTE. Psyco module not found. Install this module to increase reader performance"
Psyco seems to dead: http://psyco.sourceforge.net/
Maybe it would make sense to remove the hints to install it?
"NOTE. Psyco module not found. Install this module to increase reader performance"
In v3.3.0 the hint to install psyco is removed. I ran the unittests with Pypi and this went fine. So I ought to ditch psyco altogether in a next release.
hint removed in v3.3.0
hi, thanks for the suggestion. I am working on a version for Python 2 & 3 and the message is not displayed anymore. I could also display a DeprecationWarning. Pypy seems to be a better option.