Question

I'm trying to install gpsd from http://developer.berlios.de/project/showfiles.php?group_id=2116 but when I run scons on the folder I get:

scons: Reading SConscript files ...
File "/root/gpsd/gpsd-3.0/SConstruct", line 290

with open("xmltest.xml", "w") as ofp:

        ^

SyntaxError: invalid syntax
Was it helpful?

Solution

Updated to a python 2.7 and it works.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top