[Python-Dev] building _ctypes in trunk fails first time around (original) (raw)
Guido van Rossum guido at python.org
Thu Jan 17 23:19:16 CET 2008
- Previous message: [Python-Dev] ntpath r54364
- Next message: [Python-Dev] building _ctypes in trunk fails first time around
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] ntpath r54364
- Next message: [Python-Dev] building _ctypes in trunk fails first time around
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]