[EMAIL PROTECTED] wrote:
sert:
I used the windows installer for the latest version of psyco,
which is labeled as compatible with 2.5, but it gives the
following error:
ImportError: DLL load failed: The specified module could not be
found. (check that the compiled extension 'C:\Python26\lib\site-
packages\psyco\_psyco.pyd' is for the correct Python version;
this is Python 2.6)

I think you have tried to install something compiled for Python 2.5 on
Python 2.6, therefore it doesn't work.
At the moment Psyco isn't available for Python 2.6, you will probably
have to wait some months (or use Python 2.5+Psyco in the meantime).

psyco seems to just work on Linux with Python 2.6. So it is probably "only" a matter of compiling it on Windows for Python 2.6.

-- Gerhard

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to