wtf ?
when I click that link I get forwarded to
http://developer.amd.com/Pages/amd404.aspxedit: works with IE O.o but not with firefox, hmm.
maybe I changed my http referrer settings or something.
__________________________________________________
while trying to install pyopencl 0.92 with "python setup.py install" I get the following error:
Traceback (most recent call last):
File "setup.py", line 160, in <module>
main()
File "setup.py", line 50, in main
warn_about_no_config=False)
File "c:\Users\STM\Desktop\OpenCL Bitcoin\pyopencl-0.92\aksetup_helper.py", line 164, in get_config
return schema.read_config()
File "c:\Users\STM\Desktop\OpenCL Bitcoin\pyopencl-0.92\aksetup_helper.py", line 366, in read_config
cfile, key))
KeyError: 'invalid config key in .\\siteconf.py: SHIPPED_CL_HEADERS'
using Python 2.6.6, setuptools 0.6c11, NumPy 1.5.0, SciPy 0.8.0, Boost 1.44
any recommendation ?