Bitcoin Forum

Bitcoin => Mining support => Topic started by: ken.000 on September 25, 2012, 11:16:46 PM



Title: poclbm new version, module not found error
Post by: ken.000 on September 25, 2012, 11:16:46 PM
with the latest update for poclbm at github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20120920.7z, I get the following error message when running poclbm.exe.

Code:
Traceback (most recent call last):
  File "poclbm.py", line 3, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "BitcoinMiner.pyo", line 16, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "adl3\__init__.pyo", line 1, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "adl3\adl_api.pyo", line 53, in <module>
  File "ctypes\__init__.pyo", line 353, in __init__
WindowsError: [Error 126] The specified module could not be found

This happens on the 2 different machines I have tested.  The previous two versions both run fine.

any suggestions how to fix this?