Hehe try 2.5-7, I doubt the build has been tested with 3+ (theres a couple
of ambiguous cases that existed in python 2 that py3k removed that it looks
like you're running into)

For more see http://www.python.org/dev/peps/pep-3110/

<http://www.python.org/dev/peps/pep-3110/>To fix that specific error you
change it to:

except Exception as E:

though I'm sure there will be other gotchas

On 16 February 2011 11:07, Ricardo Bayley <[email protected]> wrote:

> Hi folks,
>
> I am trying to run the build.py on a windows XP --> python 3.1
>
> I get an error:
>
> File "C:\OpenLayers-2.10\build\build.py", line 16
>        excpet Exception, E:
>                                 ^
>
> Syntax Error: Invalid Syntax...
>
> Seems like the "," should be a hint, but I dont know any python
> whatsoever... any clues ?
>
>
>
> Best regards
>
>
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/openlayers-users
>
>


-- 
Adon Metcalfe
Labyrinth Data Services Pty Ltd
http://www.labyrinthdata.net.au
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to