From: Nico B. <nca...@ic...> - 2024-10-25 12:27:53
|
Hi there, maybe answer to my problem is allready somewhere on the internet, if so please point me. I use Lirc on my Raspberry Pi, installed with sudo apt install lirc. So far so good. No I want to make a python script to interact with my OS "Raspberry Pi OS with desktop" 64 bit kernel 6.6. Based on Debian Bookworm. Python 3.1. Now my python was making problems about all kind of rights on files. So the project became a mess and i have made a new MicroSD card. Starting all over I have looked into the way pip i working these days. Virtual envirements. So, now the Lirc, global wide installed isn't in reach of python. So I installed lirc with pip install lirc. Now no more problems finding Lirc. But here is the problem, in the pip version of lirc there is no RawConnections to use. So, how to solve this? Thx, in advance, Pit |