geojeff / kivy-statecharts

A port of the Ki/SC Statechart framework to Python for use in Kivy projects
Other
13 stars 6 forks source link

diagrammer example missing #4

Open tcab opened 10 years ago

tcab commented 10 years ago

I went to the trouble of running kivy and statecharts in order to run the diagrammer example. But it does not exist in the github download?

I heard about it here https://groups.google.com/forum/#!msg/kivy-users/6vKuevr5hl0/UaUdRvkM3QUJ

What's going on?

tcab commented 10 years ago

Ah - it seems to be in develop branch not in master branch.

tcab commented 10 years ago

Actually now I get the error

Traceback (most recent call last): File "main.py", line 6, in from kivy.binding import DataBinding ImportError: No module named binding

running with the master branch of kivy. kivy main.py

Presumably another branch or release is needed to run this example from the develop branch? There are so many branches on https://github.com/kivy/kivy - which do I need? Will there be an installer to create a relevant kivy command? Any advice appreciated.

geojeff commented 10 years ago

There are now dependencies on cython and other changes that will not be going in to Kivy, so adjustments to the overall approach will be needed. These changes to Kivy are local in my dev environment, and will be pushed to my github account.

bouteill commented 9 years ago

I am having the same problem. Anything new that we should be aware of? Any advice is appreciated.