Python 2.0c1: Minor problem

Neil Schemenauer nas at arctrix.com
Thu Oct 12 03:59:03 EDT 2000
On Thu, Oct 12, 2000 at 10:07:11AM -0400, Edward C. Jones wrote:
> When I run a Python program of mine I get the message:
> 
> WARNING: Python C API version mismatch for module getdate:
>   This Python has API version 1009, module getdate has version
> 1007.
> WARNING: Python C API version mismatch for module _mysql:
>   This Python has API version 1009, module _mysql has version
> 1007.
> 
> The program ran properly. What do these messages mean? What
> should I do about them?

The extension modules getdate and _mysql have to be recompiled
for Python 2.0.

  Neil




More information about the Python-list mailing list