<div>Hello,</div>
<div> </div>
<div>I installed version 3.2 TK Version 8.5 on an XP system.  Simple commands such as a 1+1 and others work OK. However, when I enter print &quot;hello/n&quot;, I get the error message.  I think there is a path or environmental name that is not set.  Can you advise me how to fix this problem?</div>

<div> </div>
<div>&gt;&gt;&gt; print &quot;hello World!&quot;<br>SyntaxError: invalid syntax<br>&gt;&gt;&gt; python -v<br>Traceback (most recent call last):<br>  File &quot;&lt;pyshell#5&gt;&quot;, line 1, in &lt;module&gt;<br>    python -v<br>
NameError: name &#39;python&#39; is not defined<br>&gt;&gt;&gt; python -V<br>Traceback (most recent call last):<br>  File &quot;&lt;pyshell#6&gt;&quot;, line 1, in &lt;module&gt;<br>    python -V<br>NameError: name &#39;python&#39; is not defined<br clear="all">
<br>-- <br>James (Jim) Darlack<br><br></div>