Search found 2 matches

by AMelbye
Wednesday 12 January 2022 0:51
Forum: Python
Topic: can't access python requests module
Replies: 8
Views: 1636

Re: can't access python requests module

@waltervl Thanks for your reply! I actually just figured it out, I must have misspelled something the first time around. I wrote this code for my script and this problem is now solved: import DomoticzEvents as DE import sys if '/usr/lib/python3/dist-packages/' not in sys.path : DE.Log('Path not ...
by AMelbye
Tuesday 11 January 2022 16:23
Forum: Python
Topic: can't access python requests module
Replies: 8
Views: 1636

can't access python requests module

Hi, I'll start with sofware versions: Version: 2021.1 Build Hash: 8547c5b7e Compile Date: 2021-04-17 17:29:11 dzVents Version: 3.1.7 Python Version: 3.9.2 (default, Mar 12 2021, 04:06:34) [GCC 10.2.1 20210110] I'm on a raspberry pi running no GUI-version of (I think the the latest) raspbian I'm ...