mjam01 wrote:
thanks, that got past that error,
now it says it can't find the _usrp0 dll files..
Traceback (most recent call last):
File "C:\mikes\gnuradio-mikes\gnuradio-mikes\am_rcv.py", line 5, in ?
from gnuradio import usrp
File "C:\Python24\lib\site-packages\gnuradio\usrp.py", line 33, in ?
from gnuradio import usrp0 # usrp Rev 0
File "C:\Python24\Lib\site-packages\gnuradio\usrp0.py", line 5, in ?
import _usrp0
cheers, nearly there! :)
try putting C:\Program Files\Usrp\driver on your path
or copy the files from this folder (dlls) to the site-packages folder
Maybe you have to rename libusrp-0.dll to _usrp0.dll (I am just guessing here)
If you need any more files (dlls, python files)
I put all built sources on
http://www.olifantasia.com/pub/projects/gnuradio/mdvh/mingw/binary-installer/gnuradio-with-usrp/sources-and-bin/
Everything you need should be in there somewhere (If my builds are correct)
(You could also try to rebuild them yourself or just do a make install)
Please document which files you needed or which other hacks you needed to get
this working.
You could also try the installer for the usrp driver Stefan Fillod has made
http://f8cfe.free.fr/ham/gnuradio/setup.exe
This will also put the usrp-0 dll at c:\Program Files\usrp
see also:
http://comsec.com/wiki?UsrpMinGW
Greetings,
Martin
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio