PySCXML icon indicating copy to clipboard operation
PySCXML copied to clipboard

An SCXML implementation in Python

Results 8 PySCXML issues
Sort by recently updated
recently updated
newest added

``` dshuser@raspberrypi:~/uscxml/contrib/python/bindings$ pip install pyscxml Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: Could not find a version that satisfies the requirement...

The README.md states that backwards compatibility will not be considered until the W3C makes the SCXML a Recommendation, and that has happened: https://www.w3.org/TR/scxml/

Hii I tried to install the package with pip but I got the following error: ERROR: Could not find a version that satisfies the requirement pyscxml (from versions: 0.7.2-20110827-full, 0.7.3-20110922-full,...

Hi :) would you be so kind and tag the current master? IMHO this would be great because people could rely on a "frozen" version. Thanks!

Hi, I see SCXML supports ECMAScript. Does PySCXML support Python code for the script tag? Thanks, VijayBh.

> Sending document... > Closed > Sending document... > Closed > Sending document... > Closed > Sending document... > Closed > Sending document... > Closed No echo at all I...

Hi Johan, For returning a return value from scxml executable section, I have been using queue as per your suggestions on issue#60 ``` queue.put(_event.data); ``` q = Queue.Queue() sm.send("set_queue", q)...

When doing sends right after each other, the second event might be ignored. Problem does not happen when sleeping between sends. See https://gist.github.com/fabb/5014867

wontfix