I installed linuxpy, checked that it's there with pip list and started a python command line session and did an import of linuxpy and it works just fine. Yet, when I try to run the flask web.py example I get the ModuleNotFoundError: No module named 'linuxpy' message. I haven't a clue what's going on here and need some guidance. Running on Raspberry pi 5 with Bookworm distro. Setup a virtualenv with linuxpy in it and don't know what else I could do to troubleshoot.
I installed linuxpy, checked that it's there with pip list and started a python command line session and did an import of linuxpy and it works just fine. Yet, when I try to run the flask web.py example I get the ModuleNotFoundError: No module named 'linuxpy' message. I haven't a clue what's going on here and need some guidance. Running on Raspberry pi 5 with Bookworm distro. Setup a virtualenv with linuxpy in it and don't know what else I could do to troubleshoot.