Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - splat44

Pages: [1]
1
MemoryCoin / Re: Electrum for Memorycoin
« on: April 02, 2014, 08:15:25 pm »
yes, there is a module missing. its here... not sure how to install it on windows though. BTChris?

https://pypi.python.org/pypi/setuptools

I agree we need to know how to install this in windows so setup from client does it job and without other missing things or other errors in process that is!

2
MemoryCoin / Re: Electrum for Memorycoin
« on: April 01, 2014, 10:52:28 pm »
ELECTRUM ON WINDOWS

1) open setup.py with text editor and change line 18 from
Code: [Select]
usr_share = '/usr/share'to
Code: [Select]
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 
Code: [Select]
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 
Code: [Select]
C:\Python27\Lib\site-packages\PyQt4\pyrcc4.exe icons.qrc -o gui/qt/icons_rc.py
9) Start Electrum GUI with
Code: [Select]
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!

Pages: [1]