rdavydov / pyrit

Automatically exported from code.google.com/p/pyrit
1 stars 0 forks source link

Python module ImportError #356

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I successfully compiled pyrit and than cpyrit. At "pyrit list_cores" it shows 
only the CPU and not the "Radeon HD 6870"-GPU.

python -c 'from cpyrit import _cpyrit_opencl'

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/local/lib/python2.7/dist-packages/cpyrit/_cpyrit_opencl.so: 
undefined symbol: clCreateCommandQueue

Does it mean I have got installed the "Stream SDK" in a wrong way, the OS 
doesn't found it, or is there a other problem?

I use a newly installed Ubuntu 11.04. 

Greetings,
Bjoern

Original issue reported on code.google.com by trash...@ma-4.org on 8 Oct 2011 at 11:08