I have followed the instructions exactly to run poclbm on a Mac Mini.
(
https://bitcointalk.org/index.php?topic=12360.0)
I am getting this error:
http://paste.bradleygill.com/index.php?paste_id=310933Traceback (most recent call last):
File "/Applications/poclbm/poclbm.py", line 3, in <module>
from BitcoinMiner import *
File "/Applications/poclbm/BitcoinMiner.py", line 4, in <module>
from log import *
ImportError: No module named log
I was following the thread and someone else has the same error.
Here is the output after the make command:
http://paste.bradleygill.com/index.php?paste_id=310948Anyone can help?