On 05.04.2010 17:59, Adrian Buehlmann wrote: > On 05.04.2010 17:07, Steve Borho wrote: >> On Mon, Apr 5, 2010 at 3:47 AM, Peer Sommerlund >> <peer.sommerl...@gmail.com> wrote: >>> Intrigued by the praise of Yukis work on progress bar, I pulled the most >>> recent changes of stable into my old and dusty source installation. >>> >>> >>> At rev 5957:5e28ed57d229 I had the following error: >>> ValueError: close_fds is not supported on Windows platforms >> >> Strange, the subprocess documentation does not mention that close_fds >> was a recent addition. >> >>> At rev 6209:b4653fb0b02f I get a different error >>> AttributeError: 'module' object has no attribute 'GetNativeSystemInfo' >> >> I'll let Adrian respond to this one. > > You must be joking. > >> Both of these seem related to the Python version, but I'm pretty >> surprised both of these were added after 2.5. > > Sounds like the prerequisite pywin32 package is missing. > > And we're now using Python 2.6. > > See README.txt from thg-winbuild.
I've pushed changes to stable and default branches to catch AttributeError when GetNativeSystemInfo [1] is not available. GetNativeSystemInfo requires Windows XP or newer and pywin32 must have been compiled with _WIN32_WINNT as 0x0501 or later. Our released 1.0.1 installers should be ok, since we require Windows XP minimum when installing. Peer: Maybe you have installed an older version of pywin32. [1] http://msdn.microsoft.com/en-us/library/ms724340(VS.85).aspx ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop