[Discuss-gnuradio]have any examples can runing use the BasicRX and BasicTX board

2008-08-29 Thread JackyYang
Hi: Have anyone tell me, in the "gnuradio-example" what example can runing use the BasicRX and BasicTX board? Except "gnuradio-example/python/usrp". Thanks. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/ma

[Discuss-gnuradio]Have anyone install success gr-mc4020 on Ubuntu or other system?

2008-04-10 Thread JackyYang
Hello: Have anyone install success gr-mc4020 on Ubuntu or other system? When I try to install gr-mc4020-0.5, I gate this error message: Configure: error: mc4020.h not found. How can I do? Thanks you answer and help! ___ Discuss-gnurad

RE: [Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread JackyYang
Dear sir: It is work!! Thank you very much. But, why I can't see graph? I have installed GNU Radio Companion, is it run on GRC? >JackyYang wrote: >> When I run example 1:Dial Tone Output. >> > >I get error message: >> >>Traceback (most recent call las

RE: [Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread JackyYang
Could be a number of problems: + The module "mc4020" is wasn't compiled / installed in the first place; How could I install it?(My system is Ubnutu7.10, and I am step by step see this page http://www.gnuradio.org/trac/wiki/UbuntuInstall) + PYTHONPATH isn't correct to find it; I am sure I can run

[Discuss-gnuradio]Why I can't success run example : FM Receiver

2008-03-19 Thread JackyYang
Hi: I need someone help me, why I can't run example from this page: http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html When I run example 1:Dial Tone Output. I get error message: Traceback (most recent call last): File "am.py", line 20, in fg = build_graph () Fi

RE: [Discuss-gnuradio]GNU Radio Companion execute error

2008-02-21 Thread JackyYang
Hi: Josh Blum is right! Use the latest grc trunk(by command $svn..), it can work. But, use the grc 0.69 is not work. Thanks. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JackyYang Sent: Thursday, February 21, 2008 4:03 PM To: discuss-gnuradio@gnu.org Subject

[Discuss-gnuradio]GNU Radio Companion execute error

2008-02-21 Thread JackyYang
Hi: I download grc_0.69 and run it. But I gat error message: [EMAIL PROTECTED]:~/grc_0.69/src$ python Editor.py Traceback (most recent call last): File "Editor.py", line 46, in from ActionHandler import ActionHandler File "/home/jacky/grc_0.69/src/ActionHandler.py", line 29,

RE: [Discuss-gnuradio]How to install python-numpy&&libboost on Ubuntu system

2008-02-01 Thread JackyYang
ry to use "apt-get" command to installed, but the same result too. If I use Ubnutu 7.04 to install GNURadio, is it ok? -Original Message- From: Johnathan Corgan [mailto:[EMAIL PROTECTED] Sent: Saturday, February 02, 2008 2:02 AM To: JackyYang Cc: discuss-gnuradio@gnu.org Subject: Re:

[Discuss-gnuradio]How to install python-numpy&&libboost on Ubuntu system

2008-02-01 Thread JackyYang
Hi: Have anyone use Ubuntu(6.1) system to install gnuradio? When I use "synaptic" to install "python-numpy"&&"libboost", that I can't search the two package. I try to download python-numpy-ext, but I can't success to install. He tell me: Error:Dependency is not satisfiable:python-n

RE: [Discuss-gnuradio] Missing critical module: "pygtk"

2008-01-25 Thread JackyYang
/2.0. Anyway, pygtk directory is not in the /python2.5. I don't know, what I can do now? -Original Message- From: Josh Blum [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 4:55 AM To: JackyYang Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Missing crit

RE: [Discuss-gnuradio] Missing critical module: "pygtk"

2008-01-23 Thread JackyYang
try already. It not use. Anyway, thank you very much. -JackyYang Taiwan -Original Message- From: Josh Blum [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 1:30 AM To: JackyYang Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Missing critical module: "pygtk&qu

RE: [Discuss-gnuradio] Missing critical module: "pygtk"

2008-01-22 Thread JackyYang
lto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 11:32 PM To: JackyYang Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Missing critical module: "pygtk" Open a python interpreter shell by typing "python" in the command line. Type "import pygtk"

[Discuss-gnuradio] Missing critical module: "pygtk"

2008-01-22 Thread JackyYang
Hi: When I try to execute "Editor.py". Gives the error message: Missing critical module: "pygtk" Exiting! I search old discuss, but that is not much with me. My system stats : Windows + cygwin GnuRadio 3.1.1 GRC 0.69 I am sure the "pygtk2 2.6.3-1" installed. Thanks. __

[Discuss-gnuradio]Can not creating a flow graph

2008-01-15 Thread JackyYang
Hi: I reading this page http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html#software. I am try to run example1 "Dial Tone Output", but I only listen to some voice. Why I can't creating a flow graph? Maybe I type wrong command? What is command should we type? I use gnuradio-3.1.

Re: [Discuss-gnuradio] Cygwin Python Import Error

2007-12-20 Thread JackyYang
Hi: I sure there is a "gnuradio" directory in /usr/local/lib/python2.5/site-packages. So, I try to add new command line : #!/usr/local/lib/python2.5/site-packages python, at file "audio_fft.py". Then, I type command: python audio_fft.py But, get the same result. Why? Something wrong? Tha

[Discuss-gnuradio] Cygwin Python Import Error

2007-12-19 Thread JackyYang
Dear Sir: Hi, I am install gnuradio with cygwin on the vista. In the /usr/src/gnuradio-3.1.1/gnuradio-examples/python, I want to choose any example to run test. So, that into the /audio, and type command: $python audio_fft.py I gat a result: Traceback (most recent call last): Fi

[Discuss-gnuradio]How to getting started run example

2007-12-13 Thread JackyYang
Dear Sir: I have installed GUN Radio with Cygwin, after installed the Driver for the USRP. I read the "Where to Go From Here", but I don't know how to running the examples? Have anybody tell me, thanks. ___ Discuss-gnuradio mailing list Discuss-g

[Discuss-gnuradio]What is the right command to install wxPython on the Cygwin

2007-12-04 Thread JackyYang
Dear Sir: In the http://gnuradio.org/trac/wiki/wxPythonCygwin step9 : patch -p0 -b -I config.patch, I found the config.py at the /usr/src/wxPython-src-2.8.1.1/wxPython. But, I gat "patch: *** Only garbage was found in the patch input

[Discuss-gnuradio] What is the right command to install wxPython on the Cygwin

2007-12-04 Thread JackyYang
Hi Sir: In the http://gnuradio.org/trac/wiki/wxPythonCygwin step9 : patch -p0 -b -I config.patch, I found the config.py at the /usr/src/wxPython-src-2.8.1.1/wxPython. But, I gat "patch: *** Only garbage was found in the patch input."

[Discuss-gnuradio] A simple question for installing Utilities and Third-Party Libraries

2007-11-20 Thread JackyYang
Hi: A simple question, but I don't know. Where is the Utilities and Third-Party Libraries packages I can select in the Cygwin? Thanks very mach. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discus

[Discuss-gnuradio]Why I can't success modify setup.ini

2007-11-09 Thread JackyYang
Dear receiver: I have a question regarding to install GUNRadio in Vista for using the Cygwin after visiting your website and reading your instruction. That is I reference the web http://gnuradio.org/trac/wiki/WindowsTips, I modify the setup.ini but I can't see the python2.4 on the cygwin i

[Discuss-gnuradio]Why I can't success modify setup.ini

2007-11-09 Thread JackyYang
Dear receiver: I have a question regarding to install GUNRadio in Vista for using the Cygwin after visiting your website and reading your instruction. That is when I reference the web http://gnuradio.org/trac/wiki/WindowsTips, I modify the setup.ini but I can't see the python2.4 on the cyg