Guido van Rossum schrieb: > On Nov 15, 2007 12:14 PM, Thomas Heller <[EMAIL PROTECTED]> wrote: >> I'll make the change. > > Thanks! > >> And, btw: after a manual clean, the win64 buildbot compiles again. > > Hm, how about running a cleanup step at the *start* of the build > instead of at the end? (Or at both ends if you want to reclaim the > disk space.) >
The *real* problem is that both the build and the clean step require Python to work. The former uses it to build _ssl, the latter starts rmpyc.py. Since the python30.dll was not built, starting python.exe displays a messagebox complaining that the exe can't find python30.dll, and the buildbot is stalled. I guess we just have to live with the fact that the windows buildbots require manual intervention from time to time. Thomas _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com