Silvio Traversaro
Silvio Traversaro
That: ~~~ D3D12: Removing Device. Segmentation fault ~~~ suggests that something is wrong at the OpenGL level. Can you try to set `export LIBGL_ALWAYS_SOFTWARE=true` and try if the gui loads...
Thanks for the update @vmanoj1996 ! Just to understand, in which commit was this "completed"?
> I was not planning to fix this. Thought of closing the issue.... No problem, in that case you can close it as "not planned". I was just confused as...
Checked it, the problem is that some RTF is not compatible with Python 3. Working on it right now.
Relevant link: https://docs.python.org/2/howto/cporting.html .
Giving up as for the moment I don't know enough of Python internals to do it (especially to properly substitute the `Py_InitModule4` function), just preselecting Python 2 in the cmake...
Relevant: https://pythonclock.org/ .
The Python clock is rapidly ticking. : ) If we do not think we can commit effort to fix this, probably the cleanest thing to do is just to drop...
Hi @apaikan , happy to hear from you, hope everything is ok. Back in the days I tried to get RTF to work on Python 3, but I was unable...
The C API of the Python interpreter changed between Python 2 and Python 3, and we use it in https://github.com/robotology/robot-testing-framework/blob/c7c00459f721648c8f74f973a881d9078a206c50/src/plugins/python/src/PythonPluginLoader.cpp#L134 . Some notes about a previous failed attempt to port...