-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup.py fails #3
Comments
Pip is for packages that are uploaded somewhere. Running And thanks for the compliment btw :) |
Thank you very much @Kefkius and sorry for bothering you with this. It truly was a dumb question (I have no experience with Python so I should first read how to install it properly before bothering you :) Anyway, I might be still doing something wrong because when I run
Does it compile under Win ? Or should I somehow install that PyQt4.QtGui module ? Or install whole Qt for this to work? I am trying to compile in Win 7 x64 with Python 2.7.11. |
Hi Kefkius
Seems like it can't find main_window module - even that it is there. Any tips ? |
You should install python-bitcoinlib and pyparsing, before installing the hashmal |
For those having problems with "no module named X", this codebase is meant for Python 2.x and it uses Python 2.x-style imports. For Python 3 it should be "from .main_window", but it would require a large change on loads of files, besides probably other code incompatibilities. Better to simply use Python 2.x altogether for this. If you're on windows and installed python 2 and python 3, you probably have the Python Launcher and can use |
Here is a list of things to know, specially if you are on windows:
After you run these steps you can run You're welcome. |
Hi there, I came across 'hashmal' accidentally. So far I've been using the 'bx' tool. I am running a 32-bit version of Ubuntu 14.04 ( on an Intel clone box ) The following commands were issued in preparation
Following these within the directory 'hashmal' was unpacked, I then issued
which returns the following message from python
I would like get 'hashmal' installed and try/use it. Any feedback is appreciated. Thanks |
@darbehdar You installed the wrong bitcoin library. You installed: These are two different libraries. Furthermore if you just want to try this program you don't have to install it via setup.py |
I am on windows 7 64 bit and I did all the things that you told above pip,openssl etc and i successfully installed hashmal but i dont see any icon to open it how i can open hashmal.? |
I followed @dnunes instructions.
and the program will run |
@dfoderick Note that I haven't been maintaining or improving this project for some time, and the last I heard about someone doing so was about a year ago. I would like to continue on this because it's still sorely needed IMO, but be wary in the (unspecified amount of) meantime. |
Hi,
first - thank you for this great tool!
second - I am unable to install it, what am I doing wrong ? Thank you in advance for your reply.
Best wishes
j
The text was updated successfully, but these errors were encountered: