At this point, you can run Luxocator.py, enter search keywords, and navigate through the results. Watch for any errors that Luxocator might print to the Terminal. On some systems, notably Ubuntu 14.04 and its derivatives, such as Linux Mint 17, you might run into a bug in the Requests library when Luxocator attempts to access an HTTPS URL. The symptom of this bug is an error message similar to the following:
requests.exceptions.SSLError: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
If you encounter this problem, you can try to resolve it by installing additional SSL-related packages and downgrading Requests to an earlier version. Some users of Ubuntu 14.04 and its derivatives report that they resolved the problem by running the following commands:
$ sudo apt-get install...