calvin-base
calvin-base copied to clipboard
Calvin is an application environment that lets things talk to things, among other things.
import win32api ImportError: DLL load failed: The specified procedure could not be found. It throws the exception , Exception: pywin32 library required. but i already installed pywin32, pip install pywin32,...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 to 6.2.0. Release notes *Sourced from [pillow's releases](https://github.com/python-pillow/Pillow/releases).* > ## 6.2.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html > > ## 6.1.0 > https://pillow.readthedocs.io/en/stable/releasenotes/6.1.0.html > > ## 6.0.0 > No release...
Hi, after cscontrol http://ip_address:5001 deploy conn_JADE.calvin . I receive 400 u'{"errors": [{"reason": "Unknown actor type: \'connJADE.redeployer_trigger\'", "type": "error", "line": 2, "col": 1}], "warnings": [{"reason": "Not validating actor type: \'connJADE.redeployer_trigger\'", "type":...
clean_session flag is set by default. Add support for following commands: 'subscribe' (topic subscribe) and 'unsubscribe' (topic unsubscribe) Other small updates
As the title says. ``` /home/travis/build/EricssonResearch/calvin-base/calvin/tests/test_calvin.py:1416: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 msg = str(e.message) ```
As the title says. ``` _______________ ERROR at setup of test_attach_endpoint_to_inport _______________ @pytest.fixture def inport(): > return InPort("inport", actor()) E RemovedInPytest4Warning: Fixture "actor" called directly. E Fixtures are not meant...
I recently tried the example from the deployment section in the wiki. I was then wondering if it is possible to rollback the application without shutting down the runtimes (which...
Running the ui_in_gui.calvin example failed due to some path delimiter error ``` $ csruntime --host localhost ui_in_gui.calvin Traceback (most recent call last): File "C:\Users\eremtas\Documents\Projects\Calvin\venv\Scripts\csruntime-script.py", line 11, in load_entry_point('calvin', 'console_scripts', 'csruntime')()...
I tested replication of a component across multiple runtimes as part of en experiment trying to automatically cover an area with sensors. The problem is that a component in this...