Python 2.0c1: Minor problem
Neil Schemenauer
nas at arctrix.com
Thu Oct 12 03:59:03 EDT 2000
More information about the Python-list mailing list
Thu Oct 12 03:59:03 EDT 2000
- Previous message (by thread): Python 2.0c1: Minor problem
- Next message (by thread): Distributing Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python 2.0c1: Minor problem
- Next message (by thread): Distributing Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list