Go to advanced search

by thidev
Tue Jul 17, 2018 9:11 am
Forum: Troubleshooting
Topic: Error in TightVNC Viewer
Replies: 27
Views: 12974

Re: Error in TightVNC Viewer

I spent hours trying to fix that issue to connect my raspberry pi via vnc to my MacBook. After losing the connection for the first time, I typed again "tightvncserver" on the raspberrypi. Displayed it: New 'x' desktop is raspberrypi:2 On my Macbook: Click on “Go” menu and choose “Connect to server…”...
by thidev
Thu Jul 13, 2017 4:33 pm
Forum: Troubleshooting
Topic: ModuleNotFoundError: No module named 'PySide'
Replies: 1
Views: 1989

Re: ModuleNotFoundError: No module named 'PySide'

I solved one of the problems (Using Raspberry pi 3). Update before installing python3-pyside . Do it in the order below: In LXTerminal: sudo apt-get update install python3-pyside: sudo apt-get install python3-pyside Open Python 3 in the LXTerminal: python3 "Call" the Pyside: import PySide Check the ...
by thidev
Thu Jul 13, 2017 11:42 am
Forum: Troubleshooting
Topic: ModuleNotFoundError: No module named 'PySide'
Replies: 1
Views: 1989

ModuleNotFoundError: No module named 'PySide'

Please help me - I have spent few days reading forums to fix that issue (No success so far). I still get this error import PySide.QtCore ModuleNotFoundError: No module named 'PySide' (using Mac OR using my raspberry pi) Traceback (most recent call last): File "/Users/macbookair/Documents/Python/Lear...

Go to advanced search