<br><br><div class="gmail_quote">On Sat, Dec 20, 2008 at 8:46 PM, Yorick Moko <span dir="ltr">&lt;<a href="mailto:yorickmoko@gmail.com">yorickmoko@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I installed python 3.0 on windows xp (sp3) from<br>
<a href="http://www.python.org/ftp/python/3.0/python-3.0.msi" target="_blank">http://www.python.org/ftp/python/3.0/python-3.0.msi</a><br>
but when i try to run it I get<br>
<br>
F:\temp\dist\om-manager\app&gt;run.py<br>
 &nbsp;File &quot;F:\temp\dist\om-manager\app\run.py&quot;, line 78<br>
 &nbsp; &nbsp;print usage<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^<br>
SyntaxError: invalid syntax<br>
<br>
I&#39;m probably doing something wrong.</blockquote><div><br>No, you&#39;re doing everything right. It&#39;s just that I haven&#39;t any time to run it on different Python major versions. It should be easy enough to adapt code to Python 3k. Quite likely it all adaptation will likely to consist of replacing &quot;print ...&quot; statements with &quot;print(...)&quot;. And it&#39;s likely that there one or two places where print is used at all.<br>
</div></div>