http403 / pyrit

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

Stream, on ubuntu karmic #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pyrit list_cores
2.
3.

What is the expected output? What do you see instead?
My gpu registered!
CPU :(

What version of the product are you using? On what operating system?
latest from downloads

Please provide any additional information below.
ikex@ikebox:/usr/local/lib/python2.6/dist-packages/cpyrit$ ls
_cpyrit_cpu.so  _cpyrit_stream.so  pckttools.py   util.py
cpyrit.py       __init__.py        pckttools.pyc  util.pyc
cpyrit.pyc      __init__.pyc       pckttools.pyo  util.pyo
cpyrit.pyo      __init__.pyo       _pckttools.so  _util.so
ikex@ikebox:/usr/local/lib/python2.6/dist-packages/cpyrit$ python -c 'from
cpyrit import _cpyrit_stream'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name _cpyrit_stream
ikex@ikebox:/usr/local/lib/python2.6/dist-packages/cpyrit$ python -c 'from
cpyrit import _cpyrit_cpu'
ikex@ikebox:/usr/local/lib/python2.6/dist-packages/cpyrit$ 

Original issue reported on code.google.com by akto...@gmail.com on 11 Sep 2009 at 12:15

GoogleCodeExporter commented 9 years ago
also tried it with the latest svn r171

Original comment by akto...@gmail.com on 11 Sep 2009 at 12:34

GoogleCodeExporter commented 9 years ago
Sorry my bad, for anyone else who was silly enough to have the same problem or
similar. I hadn't referenced the right library path
simply adding /usr/local/atibrook/sdk/lib for ld fixed it up :)

Original comment by akto...@gmail.com on 11 Sep 2009 at 12:42

GoogleCodeExporter commented 9 years ago
closed

Original comment by lukas.l...@gmail.com on 11 Sep 2009 at 12:48