I am trying to follow a tutorial which codes a minimal web browser written in python. This covers 2 bases for me - a simple browser would be good on the Pi and it can ease me into Python. I also tend to use more redhat oriented distros so I need to get up to speed on apt-get.
The first problem I run into relates to PyQt5 which I expect needs to be installed. My efforts thus far have not got me anywhere:
If anyone could suggested how I install this package I would be grateful. I am using Wheezy.pi@resurgam ~ $ sudo apt-file search *pyqt5*
E: No config file found
Cheers