Release Name: 1.1.1 Notes: Bugfix release for 1.1. Fixes problems for loading on Windows (misnamed file) and Red Hat Linux (unicode mismatch). Changes: * Windows distribution Makefile incorrectly created a file psyco\23_psyco.pyd (or 21/22/222) which should have been called psyco\_psyco.pyd (for all versions). This is the only Windows change (so you can just rename the file yourself instead of downloading and installing again if you wish). * Red Hat Linux seems to come with a Python interpreter compiled for UCS4 Unicode, whereas mine is for UCS2. I removed the corresponding (non-crucial) dependency that Psyco had regarding to this.
thanks for the report. psyco has been bumped to 1.1.1 in portage