Re: [Discuss-gnuradio] Cygwin Python Import Error

2007-12-20 Thread Don Ward
Have you seen the instructions in http://www.gnuradio.org/trac/wiki/CygwinInstallMain? 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". That is not

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

Re: [Discuss-gnuradio] Cygwin Python Import Error

2007-12-19 Thread Don Ward
So, that into the /audio, and type command: $python audio_fft.py I gat a result: Traceback (most recent call last): File "audio_fft.py", line 23, in From gnuradio import gr, gru, audio ImportError: No module named gnuradio Is there a "gnuradio" directory in /usr/local/lib/python2.5/site

[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

Re: [Discuss-gnuradio] Cygwin Python Import Error

2007-02-12 Thread Brian Padalino
On 2/11/07, Don Ward <[EMAIL PROTECTED]> wrote: As expected, no .dll files are produced when --enable-shared is turned off. When the omnithread library was made into a separate module, some magic needed to make it work on windows was omitted. These are supplied in the attached .patch files (to

Re: [Discuss-gnuradio] Cygwin Python Import Error

2007-02-11 Thread Don Ward
"Brian Padalino" <[EMAIL PROTECTED]> wrote: I had an old version of GNURadio installed on my cygwin setup, but decided to get the current development version in the svn repository. After checking it out, bootstrapping, configuring and starting a make - I had an error where the linker complained

[Discuss-gnuradio] Cygwin Python Import Error

2007-02-10 Thread Brian Padalino
I had an old version of GNURadio installed on my cygwin setup, but decided to get the current development version in the svn repository. After checking it out, bootstrapping, configuring and starting a make - I had an error where the linker complained about omnithread being made into a static lib