[Python-Dev] building _ctypes in trunk fails first time around (original) (raw)

Christian Heimes lists at cheimes.de
Fri Jan 18 10:57:26 CET 2008


Guido van Rossum wrote:

If I run "make clean" and then "make", builting ctypes fails with this message:

*** WARNING: renaming "ctypes" since importing it failed: No module named weakref Typing "make" a second time fixes this -- it seems a simple matter of ctypes being built before weakref.

I applied a quick fix in r60043.

Christian



More information about the Python-Dev mailing list