dakk / gweatherrouting

Sailing weather routing made easy
GNU General Public License v3.0
43 stars 7 forks source link

Error when setup #125

Closed ldeschaumes closed 1 year ago

ldeschaumes commented 1 year ago

Hello, I got this error when i launch "python setup.py install" File "/usr/local/lib/python3.10/dist-packages/gweatherrouting-0.1.4-py3.10.egg/gweatherrouting/kivy/app.py", line 58 self.root.ids.mapView.add_layer(TrackMapLayer(self.core.trackManager, self.core.routingManager self.timeControl)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: invalid syntax. Perhaps you forgot a comma?