Die Suche ergab 4 Treffer

von LostiLama
Donnerstag 2. Dezember 2021, 18:50
Forum: Allgemeine Fragen
Thema: ModuleNotFoundError: No module named 'libs.effects
Antworten: 7
Zugriffe: 371

Re: ModuleNotFoundError: No module named 'libs.effects

Ok Ja das bin ich Das mit dem Discord wuste ich nicht. ich möchte die Python Effekte mit einem Kommand ausführen um sie Nodered Kompatibel zu machen
von LostiLama
Donnerstag 2. Dezember 2021, 18:24
Forum: Allgemeine Fragen
Thema: ModuleNotFoundError: No module named 'libs.effects
Antworten: 7
Zugriffe: 371

Re: ModuleNotFoundError: No module named 'libs.effects

oh ok is it possible to run a command so that the server executes the py file
von LostiLama
Donnerstag 2. Dezember 2021, 15:56
Forum: Allgemeine Fragen
Thema: ModuleNotFoundError: No module named 'libs.effects
Antworten: 7
Zugriffe: 371

Re: ModuleNotFoundError: No module named 'libs.effects

it is installed but it still didnt work idk but maby the import dosnt work or sonthing i use https://github.com/TobKra96/music_led_s ... erver/libs
the .py reasault the missing libs.effect...
von LostiLama
Donnerstag 2. Dezember 2021, 15:38
Forum: Allgemeine Fragen
Thema: ModuleNotFoundError: No module named 'libs.effects
Antworten: 7
Zugriffe: 371

ModuleNotFoundError: No module named 'libs.effects

pi@Server2:/share/music_led_strip_control/server/libs/effects $ sudo python3 effect_fade.py
Traceback (most recent call last):
File "/share/music_led_strip_control/server/libs/effects/effect_fade.py", line 1, in
from libs.effects.effect import Effect # pylint: disable=E0611, E0401 ...