[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help...
From: |
James Browning |
Subject: |
Re: Help... |
Date: |
Fri, 24 Nov 2023 14:53:55 -0800 (PST) |
> On 11/24/2023 1:52 PM PST Dave Hitchman <davehitchman63@gmail.com> wrote:
>
> running on Ubuntu, trying to put together a yocto recipe for gpsd3.9, it
> wasnt working so decided to just check outside the recipe to see why, had to
> install scons but then get...
>
> gpsd-3.9$ scons
> scons: Reading SConscript files ...
> File
> "/home/dave/Documents/Kymati/yocto-kirkstone/build/tmp/work/cortexa53-crypto-phytec-linux/gpsd3.9/1.0-r0/gpsd-3.9/SConstruct",
> line 255
>
> print msg
>
> ^
>
> SyntaxError: Missing parentheses in call to 'print'. Did you mean print(msg)?
>
> I dont really want to go through the code changing this type of thing, my
> guess is that something other than the simple command scons is actually
> required.
gpsd-3.9 was released in May 2013. I think no one is really willing to support
it. I would suggest bumping that to 3.25, unless you mean the unsupported
gnarly module from pypi.org, in which case I would redirect you to a little
project of my own [1] which is slightly more up to date. I have never gotten
around to getting the credentials to replace the one from pypi.org though.
[1] https://test.pypi.org/project/gps-pessimus/
- Help..., Dave Hitchman, 2023/11/24
- Re: Help..., Chris Kuethe, 2023/11/24
- Re: Help...,
James Browning <=