[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gpsd-users] xgps from 3.17~dev
From: |
Eric S. Raymond |
Subject: |
Re: [gpsd-users] xgps from 3.17~dev |
Date: |
Sun, 3 Apr 2016 16:33:14 -0400 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
hans mayer <address@hidden>:
> thanks for explanation.
> i installed python 3.2.3 now
> but this results in a different error:
>
> # ./xgps
> File "./xgps", line 544
> ''')
> ^
> SyntaxError: invalid syntax
>
> i do not know python. so it's hard for me to
> analyse this script.
You need 3.3 or later, as out build.txt file specfies.
The problem is this: in early Python 3 versions, there were a number
of non-forward-compatible changes to Python syntax. Later, in 3.3, some
Python-2-compatible parse paths were re-introduced.
I think this oune has to do with interpretation of the 'u' syntax on
Unicode literals.
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>