Python C API version mismatch with readline

Stephen Boulet stephen at theboulets.net
Sun May 19 00:32:47 EDT 2002


I just compiled the latest source RPMs of readline and then python. Both 
seemed to go well, but I get this when I launch python:

$ python
Python 2.2.1 (#1, May 18 2002, 22:46:46)
[GCC 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)] on linux-i386
Type "help", "copyright", "credits" or "license" for more information.
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?

Thanks. -- Stephen



More information about the Python-list mailing list