pgularski / pysm

Versatile and flexible Python State Machine library
http://pysm.readthedocs.io/
MIT License
73 stars 11 forks source link

State object missing from upysm #10

Open toglader opened 4 years ago

toglader commented 4 years ago

Looks like State object is missing from micropython version?

upip.install('upysm') Installing to: /lib/ Installing upysm 0.3.9 from https://files.pythonhosted.org/packages/4e/6d/c50d0ca1c6cf627830aaf1df619c18aa82519b0bceafa1f7b48a07c3032a/upysm-0.3.9.tar.gz Installing micropython-collections.deque 0.1.3 from https://micropython.org/pi/collections.deque/collections.deque-0.1.3.tar.gz Installing micropython-collections.defaultdict 0.3 from https://micropython.org/pi/collections.defaultdict/collections.defaultdict-0.3.tar.gz Installing micropython-logging 0.3 from https://micropython.org/pi/logging/logging-0.3.tar.gz from pysm import State Traceback (most recent call last): File "", line 1, in ImportError: no module named 'pysm.State'

caseyanderson commented 3 years ago

Hi just popping in to mention that I also get this error