thank you for the info. when i type python it does give me :
Python 2.5.1 (r251:54863, Mar 7 2008, 03:41:45)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more
information.
but when i type >>>from gnuradio import gr it give me this feedback
traceback(most recent call last):
importError: No module named gnuradio..
thanks also to Patrick for replying my msg , i am using fedora core 9,
iattach with this msg with the manual that i use..
The verbose above says that you are running Ubunutu??
Anyway, if everything is installed, this is probably of an issue of some
path not being included:
For ubuntu: http://gnuradio.org/trac/wiki/UbuntuInstall
cp /etc/ld.so.conf /tmp/ld.so.conf
echo /usr/local/lib >> /tmp/ld.so.conf
sudo mv /tmp/ld.so.conf /etc/ld.so.conf
sudo ldconfig
For fedora: http://gnuradio.org/trac/wiki/FedoraInstall
x86 (32-bit) systems:
export PYTHONPATH=/usr/local/lib/python2.5/site-packages
X86-64 systems:
export PYTHONPATH=/usr/local/lib64/python2.5/site-packages
You can also run this from the command line before running GNU Radio
applications.
It is best to follow the guides above (fedora or ubuntu install). One
cannot be certain that off-site guides are gonna be up to date or
tailored for your particular OS.
-Josh
What exactly was the output?
i had run the command that it give in the installation note..
($ export PYTHONPATH=/usr/local/lib/python2.4/site-packages) but when i
type $phyton it dose not give feed back as in the note (>>> from
gnuradio import gr)
it does not give any output yet. i just follow the step one by one.. if
i am success installing the gnuradio-core, can i check with any command
that i am successfully installed it?
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio