Mark,<br><br>Sounds good, I will get patching tonight.&nbsp; Any thoughts on CreateProcessW ?<br><br>Joseph Armbruster<br><br><div><span class="gmail_quote">On 6/4/07, <b class="gmail_sendername">Mark Hammond</b> &lt;<a href="mailto:mhammond@skippinet.com.au">
mhammond@skippinet.com.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; All,<br>&gt;<br>&gt; I wanted to pass this one around before opening an issue on it.
<br>&gt; When running the unit test for popen via rt.bat (in PCBuild8),<br>&gt; I received the following error:<br>&gt;<br>&gt; === BEGIN ERROR ===<br>&gt;<br>&gt; C:\Documents and<br>&gt; Settings\joe\Desktop\Development\Python\trunk\PCbuild8&gt;rt test_popen
<br>&gt; Deleting .pyc/.pyo files ...<br>&gt; 43 .pyc deleted, 0 .pyo deleted<br>&gt;<br>&gt; C:\Documents and<br>&gt; Settings\joe\Desktop\Development\Python\trunk\PCbuild8&gt;win32Re<br>&gt; lease\python.exe -E -tt ../lib/test/regrtest.py test_popen
<br>&gt; test_popen<br>&gt; test test_popen failed -- Traceback (most recent call last):<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;File &quot;C:\Documents and Settings\joe\Desktop\Development\Python\...<br><br>I can&#39;t reproduce this.&nbsp;&nbsp;I expect you will find it is due to the space in
<br>the filename of your Python directory, via cmd.exe&#39;s documented behaviour<br>with quote characters.&nbsp;&nbsp;A patch that allows the test suite to work in such<br>an environment would be welcome, but I think you might end up needing access
<br>to GetShortPathName() rather than CreateProcess().<br><br>Cheers,<br><br>Mark<br><br></blockquote></div><br>