Package xrt (XRayTracer) is a python software library for ray tracing and wave propagation in x-ray regime. It is primarily meant for modeling synchrotron sources, beamlines and beamline elements.
MIT License
84
stars
30
forks
source link
No access to protected functions or signals for objects not created from Python Aborted (core dumped) #208
openSUSE Leap 15.5 and Anaconda3-2024.02-1-Linux-x86_64 (has Python 3.11.7)
Ubuntu-24.04 and also Anaconda3-2024.02-1-Linux-x86_64
Certainly, you may want to install Miniconda instead of Anaconda and manually solve all the dependency troubles about PyQt. But those troubles are not xrt-related.
Crash when adding a component
I encountered a crash when adding an undulator in the software. The error message is:
RuntimeError: no access to protected functions or signals for objects not created from Python
Aborted (core dumped)
Environment: • OS: Linux • Python: 3.12.2 (Miniconda3)
Steps:
Any guidance on resolving this issue would be appreciated.