Hello, Sometimes our build process 'hangs'.
This build process runs the following to generate the documentation; sphinx-build -Eaqb htmlhelp gaius\doc\src gaius\doc\htmlhelp In turn this process runs; "C:\Python26\python.exe" "C:\Python26\Scripts\sphinx-build-script.py" "-Eaqb" "htmlhelp" "gaius\doc\src" "gaius\doc\htmlhelp" Which hangs. Stack of the 1 thread in this hanging process; USER32.dll!UnhookWinEvent+0x61 ntdll.dll!KiFastSystemCallRet mswsock.dll!ServiceMain+0x1e46 WS2_32.dll!recv+0x6f _socket.pyd!init_socket+0x2394 _socket.pyd!init_sockobject+0x366 python26.dll!PyEval_EvalCodeEx+0x738 This process has a TCP socket connection with dinsdale.python.org I presume this has to do with easy install(ing) How do I prevent this, such that our builds stop hanging? Running Python 2.6.4, Spinx 0.6.2, setuptools 0.6c9 on Windows Server 2003 Kind regards, Okko Willeboordse
-- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
