I have Windows 10 64x. I have run the container from this page from “Tango docker stack for Tango REST API” section: https://tango-controls.readthedocs.io/en/latest/development/debugging-and-testing/testing-tango-using-docker.html
I also installed Tango on my Windows system. I created a device in POGO in Python, added a scalar attribute and a command which does nothing. I start the abovementioned Docker containers. In Jive I want to add a server in the Server Wizard, give a server and an instance name. Then I try to run the python file by either typing in console “python WaterContainer.py WaterContainer” (WaterContainer is both is the name for the device and the server) or by running the file in PyCharm. In both cases I get the following message:
C:\Users\papho.conda\envs\myenv\python.exe D:/Mediso/TangoWin/WaterContainer/WaterContainer.py WaterContainer
PyDS: WaterContainer: An error occured in the constructor:
Access violation - no RTTI data!
Process finished with exit code -1073741819 (0xC0000005)
I didn’t manage to find in the Internet what can be the reason and I don’t understand it by myself as well. Do you know what can be the cause of it?
And actually I am not sure about how to use Docker containers with Tango. How do I actually create a device and run it?
