[Python-Dev] 2.2a3 oddities

Neil Schemenauer nas@python.ca
Fri, 7 Sep 2001 12:57:47 -0700


Fredrik Lundh wrote:
> anyone else seeing this?
> 
> 1) using a local windows build, I keep getting complaints
> about a missing symbol in the python22.dll:
> 
>     _PyGC_Insert
> 
> an easy way to get this is to import the "xmlrpclib" module
> into a clean interpreter.

Has the xmlrpclib module been compiled using the 2.2a3 headers?  I
changed the binary API between 2.2a2 and 2.2a3 (sorry).  If you did
recompile module then something is very wrong.

  Neil