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).

Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to