Open lawloretienne opened 9 years ago
Hi,
Gpxpy is a python gpx file parser which can be downloaded from here: https://pypi.python.org/packages/source/g/gpxpy/gpxpy-0.9.8.tar.gz
Either install it or ensure the file sits in the same directory and this script will work.
Okay so i tried the updated 0.9.8 version and now i get this error
~$ python playback-gpx.py -i 1 -r "-r 192.168.56.101" ~/Downloads/0312172032-24090.gpx
INFO:root:processing /Users/etiennelawlor/Downloads/0312172032-24090.gpx
GPXTrack(description=u'Length: 0.437 km (0.272 mi)', number=0, segments=[GPXTrackSegment(points=[...])])
INFO:root:Point at (37.7771037,-122.3967907,0.0)
Traceback (most recent call last):
File "playback-gpx.py", line 96, in
@lawloretienne I am having the same problem. Did you find out how to solve this problem?
The error means that the genyshell cannot be found because most likely genymotion was not installed in its default location. I created a pull request that will show an error message in that case and also advise the user to use the -g
flag to set the current genyshell path: #5.
There is a missing module. How do you resolve this?
Traceback (most recent call last): File "playback-gpx.py", line 7, in
import gpxpy
ImportError: No module named gpxpy