[PyQt] Installation of PyQt4 on a Raspberry Pi
David Boddie
david at boddie.org.uk
Sun Jul 31 23:42:01 BST 2016
On Sun Jul 31 22:35:39 BST 2016, Dennis Hofer wrote:
> I wish to install PyQt4 on a Raspberry Pi unit using the lattest
> Raspbian and Python 2.7 or Python 3. I have not been able to
> successfully install an SIP package or PtQt4.
You might find it easier to install a package from the Raspbian distribution
itself. Try the following command in a terminal:
sudo apt-get install python-qt4
That should let you install PyQt4 that works with Python 2.7.
David
More information about the PyQt
mailing list