i use putty to connect to my raspberry , i have a pyqt program that must be executed as a super user to work correctly ,
the problem is when i use the command: python program.py it work ( not correctly) but when i user the command:
sudo python program.py it show my this error
PuTTY X11 proxy: Unsupported authorisation protocol
program.py : cannot connect to X server localhost:11.0
can anyone help me