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

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to