Python C API version mismatch with readline

Martin v. Loewis martin at v.loewis.de
Sun May 19 07:02:57 EDT 2002


Stephen Boulet <stephen at theboulets.net> writes:

> warning: Python C API version mismatch for module strop: This Python has API 
> version 1011, module strop has version 1010.
> sys:1: RuntimeWarning: Python C API version mismatch for module readline: 
> This Python has API version 1011, module readline has version 1010.
> 
> Is this a problem and how can I solve it?

This is very likely a problem. It appears that you still have some old
strop.so lying around - you must either delete that, or avoid using
it.

Regards,
Martin




More information about the Python-list mailing list