<div>Dear friends</div>
<div> </div>
<div>Sorry for my delay:</div>
<div> </div>
<div>Here you have the results on a AMD64/Vista:</div>
<div>C:\Python25&gt;python<br>Python 2.5.4 (r254:67916, Dec 23 2008, 15:19:34) [MSC v.1400 64 bit (AMD64)] on<br>win32<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>
&gt;&gt;&gt; import sys<br>&gt;&gt;&gt; sys.platform<br>&#39;win32&#39;</div>
<div>&gt;&gt;&gt; import os<br>&gt;&gt;&gt; <a href="http://os.name">os.name</a></div>
<div>&#39;nt&#39;<br>&gt;&gt;&gt; os.environ[&#39;OS&#39;]<br>&#39;Windows_NT&#39;</div>
<div><br>&gt;&gt;&gt; import platform<br>&gt;&gt;&gt; platform.system()<br>&#39;Windows&#39;<br>&gt;&gt;&gt;<br><br>Cheers</div>
<div> </div>
<div>milton<br></div>
<div class="gmail_quote">2009/5/26 Hamish <span dir="ltr">&lt;<a href="mailto:hamish_b@yahoo.com">hamish_b@yahoo.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>&gt; could you ... find and run python.exe from a cmd.exe DOS box and<br>
<div class="im">&gt; post the results of typing the following commands at the<br>&gt; &#39;&gt;&gt;&gt;&#39; prompt:<br>....<br></div>
<div class="im">&gt; import os<br>&gt; <a href="http://os.name/" target="_blank">os.name</a><br>&gt; os.environ<br><br></div>actually don&#39;t bother to post the long result from os.environ, just:<br><br>&gt; os.environ[&#39;OS&#39;]<br>
<br><br>In 32bit linux I get:<br>&gt;&gt;&gt; sys.platform<br>&#39;linux2&#39;<br>&gt;&gt;&gt; <a href="http://os.name/" target="_blank">os.name</a><br>&#39;posix&#39;<br>&gt;&gt;&gt; os.environ[&#39;OS&#39;]<br>[error because it&#39;s not set]<br>
&gt;&gt;&gt; platform.system()<br>&#39;Linux&#39;<br><font color="#888888"><br><br>Hamish<br><br><br><br><br><br></font></blockquote></div><br>