TheMixRay
TheMixRay
``` ERROR:tornado.application:Uncaught exception GET /?app=index&session=NEW (164.0.0.1) HTTPServerRequest(protocol='http', host='localhost:53945', method='GET', uri='/?app=index&session=NEW', version='HTTP/1.1', remote_ip='164.0.0.1') Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\tornado\web.py", line 1704, in _execute result = await result File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pywebio\platform\tornado.py", line...
this happens when I try to install pyaudio ``` Package `pyaudio` found in cache Downloading package . . . https://download.lfd.uci.edu/pythonlibs/y2rycu7g/PyAudio-0.2.11-cp37-cp37m-win32.whl PyAudio-0.2.11-cp37-cp37m-win32.whl Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\Scripts\pipwin-script.py", line 11,...
code: ```py print(inputs.DeviceManager().gamepads[0].read()) ```
``` Traceback (most recent call last): File "D:\Загрузки\peon-master\peon-master\autobot.py", line 3, in import peon File "D:\Загрузки\peon-master\peon-master\peon\__init__.py", line 1, in from client import Client ModuleNotFoundError: No module named 'client' ```