Giter VIP home page Giter VIP logo

pyscxml's People

Contributors

bollwyvl avatar goncheff avatar jroxendal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyscxml's Issues

Return value from scxml executable block is not working

Hi Johan,

For returning a return value from scxml executable section,

I have been using queue as per your suggestions on issue#60

    <transition event="add_item">
        <script>
            queue.put(_event.data);
        </script>
    </transition>

</state>

q = Queue.Queue()
sm.send("set_queue", q)
my_item = q.get() # will return the above passed item

It was working fine till pyscxml-0.8_20111128_full-py2.7 and all later releases gives following error

Traceback (most recent call last):
File "C:\Python27\lib\site-packages\eventlet-0.12.1-py2.7.egg\eventlet\queue.py", line 107, in switch
self.greenlet.switch(value)
error: cannot switch to a different thread

Please help me in resolving this issue

Regards,
Abel

Tags

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!

Unuseable waste of time

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 pyscxml (from versions: 0.7.2-20110827-full, 0.7.3-20110922-full, 0.8-20111128-full)
ERROR: No matching distribution found for pyscxml
dshuser@raspberrypi:~/uscxml/contrib/python/bindings$

Getting Error when installed with Pip

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, 0.8-20111128-full)
ERROR: No matching distribution found for pyscxml
Please let me know what to do. Thanks in Advance!!

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.