Murtuza wrote:
> I am sorry I didn't exactly what you said by "feedback". My help is 
> based on
> what I understood.
> 
> 1. Type python in terminal.
> 2. you will see something similar to this.
>     [EMAIL PROTECTED]:~$ python
>    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.
>    >>>
> 
> 3. Now type " from gnuradio import gr", it gives nothing as feedback if 
> it
> is successfully imported. To see what modules are currently loaded type
> dir() and you will find a list of modules currently loaded.
> 
> Good luck
> Ali

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..

>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?

-- 
Posted via http://www.ruby-forum.com/.


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to