Hi,
I've installed Cudatext (text editor) in QT version using pkg. It uses Python for scripting and addons, so you need to set the path to the Python libraries in the system; /usr/local/lib/. The problem is that the program has also its own Python directory; ~/.config/cudatext/py/ created by the program, but seems that it can't set this directory in the start-up (all Python addons/modules give an error).
Running the program as superuser in a terminal gives no error, and it set its Python directory correctly; /root/.config/cudatext/py/ and /root/.config/cudatext/py/sys
A problem with the user rights?
Muy user is in wheel and video groups.
I've installed Cudatext (text editor) in QT version using pkg. It uses Python for scripting and addons, so you need to set the path to the Python libraries in the system; /usr/local/lib/. The problem is that the program has also its own Python directory; ~/.config/cudatext/py/ created by the program, but seems that it can't set this directory in the start-up (all Python addons/modules give an error).
Running the program as superuser in a terminal gives no error, and it set its Python directory correctly; /root/.config/cudatext/py/ and /root/.config/cudatext/py/sys
A problem with the user rights?
Muy user is in wheel and video groups.