gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] Ubuntu 15.10 will have python3 as default


From: Eric S. Raymond
Subject: Re: [gpsd-dev] Ubuntu 15.10 will have python3 as default
Date: Tue, 21 Jul 2015 11:21:08 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

Sanjeev Gupta <address@hidden>:
> > Hm.  What happens if you call gpsfake standalone? The scons check recipe
> > calls regress-driver .....  AHA.  Found it.  I think the bug is at line
> > 17 of regress-driver.
> >
> > # Arrange to call a gpsfake in the source directory without fuss.
> > if [ -z ${PYTHON} ]; then
> >     PYTHON="python"
> > fi
> >
> > I bet if you change that to PYTHON="python2" things will unbreak.
> 
> 
> Works now.  What is different between my setup and yours?

Your "python" is "python3".  gpsfake was being fed to the wrong interpreter.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]