Neutree / COMTool

Cross platform communicate assistant(Serial/network/terminal tool)( 跨平台 串口调试助手 网络调试助手 终端工具 linux windows mac Raspberry Pi )支持插件和二次开发
https://neucrack.com/p/186
GNU Lesser General Public License v3.0
1.8k stars 330 forks source link

Raspberry运行出错 #18

Closed xieakun closed 4 years ago

xieakun commented 5 years ago

%Run Main.py libEGL warning: DRI2: failed to authenticate qt5ct: using qt5ct plugin Traceback (most recent call last): File "/home/pi/Desktop/Program/COMTool-master/COMTool/Main.py", line 799, in main() File "/home/pi/Desktop/Program/COMTool-master/COMTool/Main.py", line 783, in main mainWindow = MainWindow(app) File "/home/pi/Desktop/Program/COMTool-master/COMTool/Main.py", line 54, in init pathDirList.pop() IndexError: pop from empty list

inotify_add_watch("/home/pi/.config/qt5ct") failed: "No such file or directory"

xieakun commented 5 years ago

Solved the problem,thanks all the same。 Could you tell me how to solve the relative address problem of python on the Raspberry Pi 3?

Neutree commented 5 years ago

what relative address problem? maybe you can change relative path to absolute path?