Git Product home page Git Product logo

Comments (7)

rcpilotp51 avatar rcpilotp51 commented on July 23, 2024

the above is when i run launcher.sh...when i just call main.py:

Traceback (most recent call last):
File "main.py", line 2077, in
MainApp().run()
File "/usr/local/lib/python2.7/dist-packages/kivy/app.py", line 799, in run
self.load_kv(filename=self.kv_file)
File "/usr/local/lib/python2.7/dist-packages/kivy/app.py", line 596, in load_kv
root = Builder.load_file(rfilename)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 301, in load_file
return self.load_string(data, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 382, in load_string
self._apply_rule(widget, parser.root, parser.root)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 567, in _apply_rule
self._apply_rule(child, crule, rootrule)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 567, in _apply_rule
self._apply_rule(child, crule, rootrule)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 567, in _apply_rule
self._apply_rule(child, crule, rootrule)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 564, in _apply_rule
child = cls(__no_builder=True)
File "/home/pi/CoPilot/mapview/view.py", line 496, in init
self.add_widget(self._scatter)
File "/home/pi/CoPilot/mapview/view.py", line 543, in add_widget
super(MapView, self).add_widget(widget)
File "/usr/local/lib/python2.7/dist-packages/kivy/uix/widget.py", line 534, in add_widget
widget._disabled_count = self._disabled_count
AttributeError: 'MapView' object has no attribute '_disabled_count'

from copilot.

rcpilotp51 avatar rcpilotp51 commented on July 23, 2024

Joelzeller - has the way to import the mapview changed? I'm not familiar with the syntax. Any help would be appreciated. Thank you!

from copilot.

rcpilotp51 avatar rcpilotp51 commented on July 23, 2024

@Joelzeller

from copilot.

asmith2073 avatar asmith2073 commented on July 23, 2024

@rcpilotp51 I ran into the same problem, turns out its a bug in mapview. Reinstall mapview (Or replace view/py with their new one) and it should work! It was a known bug that they fixed.

Thanks

from copilot.

asmith2073 avatar asmith2073 commented on July 23, 2024

Link for help

kivy-garden/garden.mapview@25c3ba7#diff-9b3af85c414e5903fe1cda597eb6e3dfR306

from copilot.

rcpilotp51 avatar rcpilotp51 commented on July 23, 2024

from copilot.

rcpilotp51 avatar rcpilotp51 commented on July 23, 2024

@asmith2073 do you have a fork of it running completely? if so are you able to push it to the repo or create a new one?

from copilot.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.