discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 64, Issue 1


From: jiqun qi
Subject: [Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 64, Issue 1
Date: Fri, 29 Feb 2008 23:55:19 -0600

Hey,

Which IDE for python is suitable for debugging on Gnu-radio projects,
especially for those new to Gnu-radio?

I use idle in ubuntu linux, however, I find it does not have the
function, like click the right button to see the definition or
declaration of a variable.

This kind of function is supported in Visual Studio for debugging
C/C++ projects in windows.

Regards,

Robert

On Fri, Feb 29, 2008 at 11:34 PM,  <address@hidden> wrote:
> Send Discuss-gnuradio mailing list submissions to
>         address@hidden
>
>  To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>  or, via email, send a message with subject or body 'help' to
>         address@hidden
>
>  You can reach the person managing the list at
>         address@hidden
>
>  When replying, please edit your Subject line so it is more specific
>  than "Re: Contents of Discuss-gnuradio digest..."
>
>
>  Today's Topics:
>
>    1. Re: TVRX sensitivity (Matt Ettus)
>    2. (no subject) (Phaysal Khan)
>    3. Re: (no subject) (George Nychis)
>    4. Re: (no subject) (Don Ward)
>    5. Problem in making gr-usrp (Phaysal Khan)
>    6. FW: Problem in making gr-usrp (Phaysal Khan)
>
>
>  ----------------------------------------------------------------------
>
>  Message: 1
>  Date: Fri, 29 Feb 2008 16:51:11 -0800
>  From: Matt Ettus <address@hidden>
>  Subject: Re: [Discuss-gnuradio] TVRX sensitivity
>  To: JALLON Pierre 201932 <address@hidden>
>  Cc: address@hidden
>  Message-ID: <address@hidden>
>  Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>  JALLON Pierre 201932 wrote:
>  >
>  > Dear all,
>  >
>  >
>  >
>  > What is the TVRX front end sensitivity?
>  >
>
>  It has a noise figure of roughly 10 dB.
>
>  Matt
>
>
>
>
>  ------------------------------
>
>  Message: 2
>  Date: Sat, 1 Mar 2008 12:00:55 +1100
>  From: Phaysal Khan <address@hidden>
>  Subject: [Discuss-gnuradio] (no subject)
>  To: <address@hidden>
>  Message-ID: <address@hidden>
>  Content-Type: text/plain; charset="iso-8859-1"
>
>
>  Hi,
>  am trying to install wxpython on cygwin. I am following instructions on 
> http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru to step8. 
> Building wxpython seems to have gone thru ok using:
>  python setup.py build_ext --inplace WXPORT=msw BUILD_GLCANVAS=0 
> BUILD_GIZMOS=0 UNICODE=0 --compiler=cygwin
>
>  now when i try to install wxpython as in step 12, it gives me error saying
>
>  Warning: Can't read registry to find the necessary compiler setting  Make 
> sure that Python modules _winreg, win32api or win32con are installed.building 
> '_core_' extensionerror: Python was built with Visual Studio version 6, and 
> extensions need to be built with the same version of the compiler, but it 
> isn't installed.
>
>  When i try specifying compiler as cygwin using
>  python setup.py install WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 
> --compiler=cygwin
>
>  it says
>  error: option --compiler not recognized
>
>  !!!
>
>  any suggestion?!!!!!!! Faisal A. KhanDoctral CandidateUniversity of New 
> South WalesNSW 2052, Sydney, AustraliaP) +61-2-93854208    M)+61-401-260728
>  _________________________________________________________________
>  Overpaid or Underpaid? Check our comprehensive Salary Centre
>  
> http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fcontent%2Emycareer%2Ecom%2Eau%2Fsalary%2Dcentre%3Fs%5Fcid%3D595810&_t=766724125&_r=Hotmail_Email_Tagline_MyCareer_Oct07&_m=EXT
>  -------------- next part --------------
>  An HTML attachment was scrubbed...
>  URL: 
> http://lists.gnu.org/pipermail/discuss-gnuradio/attachments/20080301/aaa06087/attachment.html
>
>  ------------------------------
>
>  Message: 3
>  Date: Fri, 29 Feb 2008 20:34:14 -0500
>  From: George Nychis <address@hidden>
>  Subject: Re: [Discuss-gnuradio] (no subject)
>  To: Phaysal Khan <address@hidden>
>  Cc: address@hidden
>  Message-ID: <address@hidden>
>  Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>  try:
>
>  COMPILER=cygwin
>
>  instead of --compiler=cygwin
>
>  - George
>
>
>  Phaysal Khan wrote:
>  >
>  > Hi,
>  > am trying to install wxpython on cygwin. I am following instructions on
>  > http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru
>  > to step8. Building wxpython seems to have gone thru ok using:
>  > python setup.py build_ext --inplace WXPORT=msw BUILD_GLCANVAS=0
>  > BUILD_GIZMOS=0 UNICODE=0 --compiler=cygwin
>  >
>  > now when i try to install wxpython as in step 12, it gives me error saying
>  >
>  > Warning: Can't read registry to find the necessary compiler setting
>  > Make sure that Python modules _winreg, win32api or win32con are installed.
>  > building '_core_' extension
>  > error: Python was built with Visual Studio version 6, and
>  > extensions need to be built with the same version of the compiler, but
>  > it isn't installed.
>  >
>  > When i try specifying compiler as cygwin using
>  >
>  > python setup.py install WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0
>  > UNICODE=0 --compiler=cygwin
>  >
>  > it says
>  > error: option --compiler not recognized
>  >
>  > !!!
>  >
>  > any suggestion?!!!!!!!
>  >
>  >
>  >
>  > Faisal A. Khan
>  > Doctral Candidate
>  > University of New South Wales
>  > NSW 2052, Sydney, Australia
>  > P) +61-2-93854208    M)+61-401-260728
>  >
>  >
>  >
>  > ------------------------------------------------------------------------
>  > Check our comprehensive Salary Centre Overpaid or Underpaid?
>  > 
> <http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fcontent%2Emycareer%2Ecom%2Eau%2Fsalary%2Dcentre%3Fs%5Fcid%3D595810&_t=766724125&_r=Hotmail_Email_Tagline_MyCareer_Oct07&_m=EXT>
>  >
>  >
>  > ------------------------------------------------------------------------
>  >
>  > _______________________________________________
>  > Discuss-gnuradio mailing list
>  > address@hidden
>  > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
>
>
>  ------------------------------
>
>  Message: 4
>  Date: Fri, 29 Feb 2008 21:03:52 -0500
>  From: "Don Ward" <address@hidden>
>  Subject: Re: [Discuss-gnuradio] (no subject)
>  To: <address@hidden>
>  Message-ID: <address@hidden>
>  Content-Type: text/plain; format=flowed; charset="iso-8859-1";
>         reply-type=original
>
>  Phaysal Khan wrote:
>
>  > am trying to install wxpython on cygwin. I am following instructions on
>  > http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru to step8.
>  > Building wxpython seems to have gone thru ok using:
>  > python setup.py build_ext --inplace WXPORT=msw BUILD_GLCANVAS=0
>  > BUILD_GIZMOS=0 UNICODE=0 --compiler=cygwin
>
>  I don't know what "--compiler-cygwin" does and I don't see it in the
>  instructions in the wiki.  I have never needed it.
>
>  > now when i try to install wxpython as in step 12, it gives me error saying
>  >
>  > Warning: Can't read registry to find the necessary compiler setting  Make
>  > sure
>  > that Python modules _winreg, win32api or win32con are installed.building
>  > '_core_' extensionerror: Python was built with Visual Studio version 6,
>  > and
>  > extensions need to be built with the same version of the compiler, but it
>  > isn't
>  > installed.
>
>  You should be using Cygwin python, not Windows python.  "which python"
>  should tell you which python will be run, and you can double-check by
>  running python and entering the commands:
>
>     import os
>     os.name
>     import sys
>     sys.executable
>
>  os.name should be 'posix' and os.executable should be something like
>  '/usr/bin/python'.  If os.name is 'nt' and os.executable is something like
>  'c:\\python25\\python.exe' then you have the wrong python.  You may need
>  install the Cygwin python package or modify your PATH to be sure the Cygwin
>  python is used.
>
>  -- Don W.
>
>
>
>
>
>  ------------------------------
>
>  Message: 5
>  Date: Sat, 1 Mar 2008 14:56:44 +1100
>  From: Phaysal Khan <address@hidden>
>  Subject: [Discuss-gnuradio] Problem in making gr-usrp
>  To: <address@hidden>
>  Message-ID: <address@hidden>
>  Content-Type: text/plain; charset="iso-8859-1"
>
>
>  Hey folks,
>
>  I got this working by using
>  python setup.py install COMPILER=cygwin WXPORT=msw BUILD_GLCANVAS=0 
> BUILD_GIZMOS=0 UNICODE=0
>
>  instead of
>  python setup.py install WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 
> --compiler=cygwinThxn to George, who suggested the same. :)
>
>  Now I am trying to "make" gnuradio, but when it comes to "Making all in 
> gr-usrp", it gives me error saying
>
>  no rule to make target 'usrp1.i' needed by 'usrp1.cc'. stop.
>  now i need to use USRP, so can "make" gnuradio by disabling gr-usrp. Any 
> suggestion for this?!
>
>  Faisal A. KhanDoctral CandidateUniversity of New South WalesNSW 2052, 
> Sydney, AustraliaP) +61-2-93854208    M)+61-401-260728
>
>
>  From: address@hidden: address@hidden: Date: Sat, 1 Mar 2008 12:00:55 +1100
>
>
>  Hi,am trying to install wxpython on cygwin. I am following instructions on 
> http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru to step8. 
> Building wxpython seems to have gone thru ok using:python setup.py build_ext 
> --inplace WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 
> --compiler=cygwin now when i try to install wxpython as in step 12, it gives 
> me error saying  Warning: Can't read registry to find the necessary compiler 
> setting Make sure that Python modules _winreg, win32api or win32con are 
> installed.building '_core_' extensionerror: Python was built with Visual 
> Studio version 6, and extensions need to be built with the same version of 
> the compiler, but it isn't installed. When i try specifying compiler as 
> cygwin using python setup.py install WXPORT=msw BUILD_GLCANVAS=0 
> BUILD_GIZMOS=0 UNICODE=0 --compiler=cygwin it sayserror: option --compiler 
> not recognized !!! any suggestion?!!!!!!! Faisal A. KhanDoctral 
> CandidateUniversity of New South WalesNSW 2052, Sydney, AustraliaP) 
> +61-2-93854208    M)+61-401-260728
>
>  Check our comprehensive Salary Centre Overpaid or Underpaid?
>  _________________________________________________________________
>  It's simple! Sell your car for just $30 at CarPoint.com.au
>  
> http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2Ecom%2Fcgi%2Dbin%2Fa%2Fci%5F450304%2Fet%5F2%2Fcg%5F801459%2Fpi%5F1004813%2Fai%5F859641&_t=762955845&_r=tig_OCT07&_m=EXT
>  -------------- next part --------------
>  An HTML attachment was scrubbed...
>  URL: 
> http://lists.gnu.org/pipermail/discuss-gnuradio/attachments/20080301/a22c5723/attachment.html
>
>  ------------------------------
>
>  Message: 6
>  Date: Sat, 1 Mar 2008 16:34:01 +1100
>  From: Phaysal Khan <address@hidden>
>  Subject: [Discuss-gnuradio] FW: Problem in making gr-usrp
>  To: <address@hidden>
>  Message-ID: <address@hidden>
>  Content-Type: text/plain; charset="iso-8859-1"
>
>
>  Hi,
>  Overcame this issue as well. I had to copy all usrp1 related files from 
> gr-usrp folder from 
> http://www.gnuradio.org/trac/browser/gnuradio/trunk/gr-usrp?rev=6044
>
>  I think this sounds stupid, but am just a novice! Faisal A. KhanDoctral 
> CandidateUniversity of New South WalesNSW 2052, Sydney, AustraliaP) 
> +61-2-93854208    M)+61-401-260728
>
>
>  From: address@hidden: address@hidden: Problem in making gr-usrpDate: Sat, 1 
> Mar 2008 14:56:44 +1100
>
>
>  Hey folks, I got this working by using python setup.py install 
> COMPILER=cygwin WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 instead 
> of python setup.py install WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 
> UNICODE=0 --compiler=cygwinThxn to George, who suggested the same. :) Now I 
> am trying to "make" gnuradio, but when it comes to "Making all in gr-usrp", 
> it gives me error saying no rule to make target 'usrp1.i' needed by 
> 'usrp1.cc'. stop.now i need to use USRP, so can "make" gnuradio by disabling 
> gr-usrp. Any suggestion for this?! Faisal A. KhanDoctral CandidateUniversity 
> of New South WalesNSW 2052, Sydney, AustraliaP) +61-2-93854208    
> M)+61-401-260728
>
>
>  From: address@hidden: address@hidden: Date: Sat, 1 Mar 2008 12:00:55 +1100
>
>  Hi,am trying to install wxpython on cygwin. I am following instructions on 
> http://gnuradio.org/trac/wiki/wxPythonCygwin and have gone thru to step8. 
> Building wxpython seems to have gone thru ok using:python setup.py build_ext 
> --inplace WXPORT=msw BUILD_GLCANVAS=0 BUILD_GIZMOS=0 UNICODE=0 
> --compiler=cygwin now when i try to install wxpython as in step 12, it gives 
> me error saying  Warning: Can't read registry to find the necessary compiler 
> setting Make sure that Python modules _winreg, win32api or win32con are 
> installed.building '_core_' extensionerror: Python was built with Visual 
> Studio version 6, and extensions need to be built with the same version of 
> the compiler, but it isn't installed. When i try specifying compiler as 
> cygwin using python setup.py install WXPORT=msw BUILD_GLCANVAS=0 
> BUILD_GIZMOS=0 UNICODE=0 --compiler=cygwin it sayserror: option --compiler 
> not recognized !!! any suggestion?!!!!!!! Faisal A. KhanDoctral 
> CandidateUniversity of New South WalesNSW 2052, Sydney, AustraliaP) 
> +61-2-93854208    M)+61-401-260728
>
>  Check our comprehensive Salary Centre Overpaid or Underpaid?
>
>  Sell your car for just $30 at CarPoint.com.au. It's simple!
>  _________________________________________________________________
>  What are you waiting for? Join Lavalife FREE
>  
> http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flavalife9%2Eninemsn%2Ecom%2Eau%2Fclickthru%2Fclickthru%2Eact%3Fid%3Dninemsn%26context%3Dan99%26locale%3Den%5FAU%26a%3D30288&_t=764581033&_r=email_taglines_Join_free_OCT07&_m=EXT
>  -------------- next part --------------
>  An HTML attachment was scrubbed...
>  URL: 
> http://lists.gnu.org/pipermail/discuss-gnuradio/attachments/20080301/6d925c66/attachment.html
>
>  ------------------------------
>
>  _______________________________________________
>  Discuss-gnuradio mailing list
>  address@hidden
>  http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
>  End of Discuss-gnuradio Digest, Vol 64, Issue 1
>  ***********************************************
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]