You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python will import Xlib from my base conda enviroment but not when i run the script...
Traceback (most recent call last):
File "./main.py", line 6, in
from profileeditwnd import ProfileEditWnd
File "/home/brando/algos/AudioPython/LinVAM/profileeditwnd.py", line 7, in
from profileexecutor import *
File "/home/brando/algos/AudioPython/LinVAM/profileexecutor.py", line 2, in
from pynput.mouse import Button, Controller
File "/home/brando/algos/AudioPython/LinVAM/pynput/init.py", line 41, in
from . import mouse
File "/home/brando/algos/AudioPython/LinVAM/pynput/mouse/init.py", line 48, in
from ._xorg import Button, Controller, Listener
File "/home/brando/algos/AudioPython/LinVAM/pynput/mouse/_xorg.py", line 32, in
import Xlib.display
ModuleNotFoundError: No module named 'Xlib'
The text was updated successfully, but these errors were encountered:
python will import Xlib from my base conda enviroment but not when i run the script...
Traceback (most recent call last):
File "./main.py", line 6, in
from profileeditwnd import ProfileEditWnd
File "/home/brando/algos/AudioPython/LinVAM/profileeditwnd.py", line 7, in
from profileexecutor import *
File "/home/brando/algos/AudioPython/LinVAM/profileexecutor.py", line 2, in
from pynput.mouse import Button, Controller
File "/home/brando/algos/AudioPython/LinVAM/pynput/init.py", line 41, in
from . import mouse
File "/home/brando/algos/AudioPython/LinVAM/pynput/mouse/init.py", line 48, in
from ._xorg import Button, Controller, Listener
File "/home/brando/algos/AudioPython/LinVAM/pynput/mouse/_xorg.py", line 32, in
import Xlib.display
ModuleNotFoundError: No module named 'Xlib'
The text was updated successfully, but these errors were encountered: