On Sat, Dec 20, 2008 at 8:46 PM, Yorick Moko <yorickm...@gmail.com> wrote:

> I installed python 3.0 on windows xp (sp3) from
> http://www.python.org/ftp/python/3.0/python-3.0.msi
> but when i try to run it I get
>
> F:\temp\dist\om-manager\app>run.py
>  File "F:\temp\dist\om-manager\app\run.py", line 78
>    print usage
>              ^
> SyntaxError: invalid syntax
>
> I'm probably doing something wrong.


No, you're doing everything right. It's just that I haven'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 "print ..." statements with "print(...)". And it's likely that
there one or two places where print is used at all.
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to