ELECTRUM ON WINDOWS
1) open setup.py with text editor and change line 18 from
usr_share = '/usr/share'
to
usr_share = 'C:\Users\<YOUR USER NAME>\AppData\Roaming\Electrum-MMC'
2) Download & install python
3) open cmd line and go to your electrum directory
4) Depending on where your python is installed, execute C:\Python27\python.exe .\setup.py install
5) Download PyQT4 from http://www.riverbankcomputing.co.uk/software/pyqt/download
Select the correct PyQt4 Download based on your installed python version! 32 vs 64 Bit is based on your python version, not OS!
6) Install PyQt4; on "choose components" screen, select at least "Qt runtime" and "developer tools"
7) open cmd line and go to your electrum directory
8 ) Depending on where your python is installed, execute C:\Python27\Lib\site-packages\PyQt4\pyrcc4.exe icons.qrc -o gui/qt/icons_rc.py
9) Start Electrum GUI with
C:\Python27\python.exe .\electrum
I downloaded:
https://github.com/KillerByte/electrum/archive/master.zip and extracted client in:
c:\electrum-master and I got following:
traceback (most recent call last):
File ".\setup.py", line 5 in <module>
from setuptools import setup
ImportError: No module named as setuptools
After checking directory where I extract file, I see no setuptool anywhere!
It possible that module is named as something else or it missing!