pyrcc4 icons.qrc -o gui/icons_rc.py
should be
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
Thanks for setting me on the right track
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
pyrcc4 icons.qrc -o gui/icons_rc.py
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
Traceback (most recent call last):
File "/usr/local/bin/electrum", line 4, in
__import__('pkg_resources').run_script('Electrum==2.4', 'electrum')
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 735, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1652, in run_script
exec(code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/Electrum-2.4-py2.7.egg/EGG-INFO/scripts/electrum", line 72, in
from electrum import util
File "/usr/local/lib/python2.7/dist-packages/Electrum-2.4-py2.7.egg/electrum/__init__.py", line 5, in
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
File "/usr/local/lib/python2.7/dist-packages/Electrum-2.4-py2.7.egg/electrum/network.py", line 14, in
import interface
File "/usr/local/lib/python2.7/dist-packages/Electrum-2.4-py2.7.egg/electrum/interface.py", line 29, in
import x509
File "/usr/local/lib/python2.7/dist-packages/Electrum-2.4-py2.7.egg/electrum/x509.py", line 33, in
tlslite.utils.cryptomath.pycryptoLoaded = False
AttributeError: 'module' object has no attribute 'utils'