I would try
subprocess.run("audacity", shell=True)
Assumption is: audacity is installed. And on my Pi4, bullseye, there is the need for "DISPLAY set properly". Automatically available when terminal which used to run python code is opened by desktop. Needs manual adjustment when python program is started by e.g. ssh or systemd.
subprocess.run("audacity", shell=True)
Assumption is: audacity is installed. And on my Pi4, bullseye, there is the need for "DISPLAY set properly". Automatically available when terminal which used to run python code is opened by desktop. Needs manual adjustment when python program is started by e.g. ssh or systemd.
Statistics: Posted by ghp — Sun Mar 17, 2024 5:57 pm