Re: [Discuss-gnuradio] ImportError: No module named 'gnuradio'

2018-06-22 Thread Derek Kozel
Hi Evans, I believe the current GNU Radio installer on Windows includes its own full local copy of Python. You will have to use that version of Python whenever you are using GNU Radio. I don't have a Windows machine running at the moment to check, but I believe that there are scripts included with

Re: [Discuss-gnuradio] ImportError: No module named 'gnuradio'

2018-06-22 Thread CEL
Hi Evans, Just for clarification: You did install GNU Radio on your windows, right? Best regards, Marcus On Thu, 2018-06-21 at 08:37 +0300, evans ryanada wrote: > i am trying to run a .py file generated from GRC 3.7.11 but am getting an > error...displaying the following message.. > > C:\Use

Re: [Discuss-gnuradio] ImportError: No module named 'gnuradio'

2018-06-22 Thread Kyeong Su Shin
gnu.org 제목: [Discuss-gnuradio] ImportError: No module named 'gnuradio' i am trying to run a .py file generated from GRC 3.7.11 but am getting an error...displaying the following message.. C:\Users\production\Desktop\flexsdr>gps-sdr-sim-uhd.py Traceback (most recent call last): Fi

Re: [Discuss-gnuradio] ImportError: No module named 'gnuradio'

2018-06-22 Thread Kyeong Su Shin
Shin 보낸 사람: Kyeong Su Shin 보낸 날짜: 2018년 6월 22일 금요일 오후 11:30:05 받는 사람: evans ryanada; discuss-gnuradio@gnu.org 제목: RE: [Discuss-gnuradio] ImportError: No module named 'gnuradio' Hello Evans: As the error message says, your Python binary is not seeing the Python module named 'gnura

[Discuss-gnuradio] ImportError: No module named 'gnuradio'

2018-06-20 Thread evans ryanada
i am trying to run a .py file generated from GRC 3.7.11 but am getting an error...displaying the following message.. C:\Users\production\Desktop\flexsdr>gps-sdr-sim-uhd.py Traceback (most recent call last): File "C:\Users\production\Desktop\flexsdr\gps-sdr-sim-uhd.py", line 6, in from gnura

[Discuss-gnuradio] ImportError: No module named howto_swig

2018-05-16 Thread Cindy Zhang
I am trying to follow the example of adding a square_ff module ( https://wiki.gnuradio.org/index.php/OutOfTreeModules). I didn't modify the python/CMakeList.txt file because it didn't do so in the youtube tutorial ( https://www.youtube.com/watch?v=BW8o9ZgFJ5I). The 'Cmake' and 'make' command went s

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-19 Thread Michael Dickens
Great summary, Fernando. You're welcome for the assistance & thank you for persevering! - MLD On Fri, May 19, 2017, at 04:55 AM, Fernando wrote: > After a lot of research guided by Michel Dickens, we found out the solution ___ Discuss-gnuradio mailing l

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-19 Thread Fernando
After a lot of research guided by Michel Dickens, we found out the solution The symptom: GRC crashes when placing osmosdr source and osmosdr sink in a diagram on Opensuse Leap 42.2. Both gnuradio and gr_osmosdr installed from hamradio repository, but I had tried other repositories also with same

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-11 Thread Bastian Bloessl
Maybe it’s a problem with loading the shared library, similar to this issue: https://github.com/bastibl/gr-ieee802-11/issues/74 Best, Bastian > On 10. May 2017, at 23:19, Fernando wrote: > > On 10/05/17 22:43, Cinaed Simson wrote: >> The odd thing is gnuradio-companion should have complained

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-10 Thread Fernando
On 10/05/17 22:43, Cinaed Simson wrote: > The odd thing is gnuradio-companion should have complained if the > PYTHONPATH wasn't being set. > > So it's being set somewhere else. > > How do you know you only have one installation of gnuradio installed? Opensuse has a packet manager similar to debian,

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-10 Thread Cinaed Simson
On 05/10/2017 06:56 AM, Fernando wrote: > fernando@andromeda:~> python2.7 -c "import os; > print(os.environ.get('PYTHONPATH', ''))" > > fernando@andromeda:~> python --version > Python 2.7.12 > fernando@andromeda:~> > > > fernando@andromeda:~> export PYTHONPATH="/usr/lib64/python2.7/site-packages

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-10 Thread Fernando
fernando@andromeda:~> python2.7 -c "import os; print(os.environ.get('PYTHONPATH', ''))" fernando@andromeda:~> python --version Python 2.7.12 fernando@andromeda:~> fernando@andromeda:~> export PYTHONPATH="/usr/lib64/python2.7/site-packages" fernando@andromeda:~> python2.7 -c "import os; print(os.

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-09 Thread Cinaed Simson
On 05/09/2017 12:23 AM, Fernando wrote: > > > > On 09/05/17 07:02, Cinaed Simson wrote: >> On 05/08/2017 03:44 PM, Fernando wrote: >>> My GRC crashes when I place a osmocom source and osmocon sink. >>> >>> Doing some research I have found that is a python problem with _osmosdr_swig >>> >>> ferna

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-09 Thread Michael Dickens
Hi Fernando - I've seen this issue on some older Mac OS X installs (e.g., 10.7 or 10.8 from 2011/2012). I have yet to figure out what's going on, and it works for MacOS X 10.9 and newer 100% as far as I can tell so I'm not concentrating efforts on the older no-longer- supported OSs. Your Opensuse

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-09 Thread Fernando
On 09/05/17 07:02, Cinaed Simson wrote: > On 05/08/2017 03:44 PM, Fernando wrote: >> My GRC crashes when I place a osmocom source and osmocon sink. >> >> Doing some research I have found that is a python problem with _osmosdr_swig >> >> fernando@andromeda:~> python -c 'import osmosdr' Traceback

Re: [Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-08 Thread Cinaed Simson
On 05/08/2017 03:44 PM, Fernando wrote: > My GRC crashes when I place a osmocom source and osmocon sink. > > Doing some research I have found that is a python problem with _osmosdr_swig > > fernando@andromeda:~> python -c 'import osmosdr' Traceback (most recent > call last): File "", line 1, in

[Discuss-gnuradio] ImportError: No module named _osmosdr_swig

2017-05-08 Thread Fernando
My GRC crashes when I place a osmocom source and osmocon sink. Doing some research I have found that is a python problem with _osmosdr_swig fernando@andromeda:~> python -c 'import osmosdr' Traceback (most recent call last): File "", line 1, inFile "/usr/lib64/python2.7/site-packages/osmosdr

Re: [Discuss-gnuradio] ImportError: No module named osmosdr on Mac

2015-07-10 Thread Veljko Pejovic
OK, the issue resolved itself once I removed the manual installation of osmosdr and installed it using Macports: port install gr-osmosdr Veljko On Fri, Jul 10, 2015 at 11:00 AM, Veljko Pejovic wrote: > Hi, > > After a while I got back to playing with gnuradio, and I'm happy to > see that the ch

[Discuss-gnuradio] ImportError: No module named osmosdr on Mac

2015-07-10 Thread Veljko Pejovic
Hi, After a while I got back to playing with gnuradio, and I'm happy to see that the choice of available/supported hardware is much wider than it used to be a few years ago. I've got one of those DVB-T USB dongles, installed rtl-sdr software to confirm that the device works (yes, I can listen to

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Marcus Leech
Indeed, the only reason to run things under "sudo" is when you're doing something that needs root privilege, like updating system files   (such as when you do a sudo make install), or you're trying ot get access to some resource that an ordinary user doesn't have access to.   Ordinary applications

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Nguyễn Văn Lý
Thanks a lot Marcus :-) Nguyen Van-Ly, Vietnam National University, Hanoi - VNU University of Engineering and Technology - UET Faculty of Electronics and Telecommunications - FET Tel: +84 978 819 406 On Wed, Jul 23, 2014 at 9:58 PM, Marcus Müller wrote: > Glad to have you here, too! > > Just

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Marcus Müller
Glad to have you here, too! Just a word of advice: this is not a linux support channel. We really like being helpful, so it's ok to ask things related to GNU Radio and the system it runs on, but if you want linux help, you might want to go online in IRC and join the #ubuntu channel on irc.freenode

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Nguyễn Văn Lý
Thanks Tom and Marcus, So it's not necessary to run sudo gnuradio-companion at all :-) Van-Ly p/s: I am new to almost everything that I'm working with, from ubuntu to gnuradio :-) just glad to talk to you :-) Nguyen Van-Ly, Vietnam National University, Hanoi - VNU University of Engineering and T

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Marcus Müller
Hi Van-Ly, So, is there any difference between *sudo gnuradio-companion* and *gnuradio-companion* ? Yes, the "sudo" part ;) sudo is used to make a program run under a different user, and in a different environment. For example, sudo gnuradio-companion runs gnuradio-companion as root. Why did you

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Tom Rondeau
On Wed, Jul 23, 2014 at 10:32 AM, Nguyễn Văn Lý wrote: > Hi Marcus, > > I've gotten a surprising thing and I couldn't explain why. > First, I type: sudo gnuradio-companion to open the GNUradio and test my > own module. It turned out an error message as I described in the previous > mail. (Import

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Nguyễn Văn Lý
Hi Marcus, I've gotten a surprising thing and I couldn't explain why. First, I type: sudo gnuradio-companion to open the GNUradio and test my own module. It turned out an error message as I described in the previous mail. (ImportError: No module named Tool_NetworkCoding) However, when I just type:

Re: [Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Marcus Müller
Hi Van-Ly, if you installed everything correctly, Python should be able to find the module. You can verify this by looking at the install_manifest.txt in your OOT's build/ directory, in which there should be an entry for every file it copied. Find your python files (there always should be an __ini

[Discuss-gnuradio] ImportError: No module named ...

2014-07-23 Thread Nguyễn Văn Lý
Hi all, I have created a new module called Tool_NetworkCoding. During the installation, I did not get any error message, everything went well. But when I run a grc file to test some blocks inside this new module, it turned out an error message: *Traceback (most recent call last): File "/home/v

[Discuss-gnuradio] ImportError: no module named

2011-08-02 Thread patiljagdish154
i get the error File "/home/jagdish/top_block.py", line 8, in from daq import daq_source ImportError: No module named daq the daq_source.py , top_block.py and daq_source.xml flies are attached the block is for gnuradio-comedi. daq_source.py code #/usr/bin/env python from gnuradio imp

Re: [Discuss-gnuradio] importError: no module named gr_module_name

2011-07-10 Thread Tom Rondeau
On Thu, Jul 7, 2011 at 3:49 AM, abdullah unutmaz wrote: > Greetings, > > I am an under-graduation student , new to both Ubuntu and GNURadio , and I > desined a signal processing block modifying > gr-my-blocks-template in computer in university , and imported it to GRC, > and it works very well. >

[Discuss-gnuradio] importError: no module named gr_module_name

2011-07-07 Thread abdullah unutmaz
Greetings, I am an under-graduation student , new to both Ubuntu and GNURadio , and I desined a signal processing block modifying gr-my-blocks-template in computer in university , and imported it to GRC, and it works very well. But when tried to do same thing , many times , in my PC though

Re: [Discuss-gnuradio] ImportError: No module named Cheetah.Template

2011-06-16 Thread Michael Dickens
If gnuradio-companion is installed by MacPorts (e.g.: "sudo port install gnuradio-companion", or "sudo port install gnuradio"), then Cheetah should also be installed -- and with the correct Python version to work with GNU Radio. One can see this via "port installed | grep cheetah" and then veri

Re: [Discuss-gnuradio] ImportError: No module named Cheetah.Template

2011-06-16 Thread Josh Blum
On 06/16/2011 08:46 AM, dave k wrote: > osx macport install > > mac:/ david$ gnuradio-companion > Xlib: extension "RANDR" missing on display "/tmp/launch-GQssJJ/org.x:0". > Traceback (most recent call last): > File "/opt/local/bin/gnuradio-companion", line 48, in >from gnuradio.grc.pytho

Re: [Discuss-gnuradio] ImportError: No module named Cheetah.Template

2011-06-16 Thread Morgan Redfield
On Thu, Jun 16, 2011 at 10:28 AM, Colby Boyer wrote: > Have you installed the python-cheetah library? > http://www.macports.org/ports.php?by=library&substr=py26-cheetah > > Never used macports before. . . > You can install the python cheetah library within macports using (assuming you're using py

Re: [Discuss-gnuradio] ImportError: No module named Cheetah.Template

2011-06-16 Thread Colby Boyer
Have you installed the python-cheetah library? http://www.macports.org/ports.php?by=library&substr=py26-cheetah Never used macports before. . . On Thu, Jun 16, 2011 at 8:46 AM, dave k wrote: > osx macport install > > mac:/ david$ gnuradio-companion > Xlib: extension "RANDR" missing on display

[Discuss-gnuradio] ImportError: No module named Cheetah.Template

2011-06-16 Thread dave k
osx macport install mac:/ david$ gnuradio-companion Xlib: extension "RANDR" missing on display "/tmp/launch-GQssJJ/org.x:0". Traceback (most recent call last): File "/opt/local/bin/gnuradio-companion", line 48, in from gnuradio.grc.python.Platform import Platform File "/opt/local/lib/pytho

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-21 Thread Tom Rondeau
On Thu, Apr 21, 2011 at 10:29 PM, Yulong Yang wrote: > Hi, > > I try to add all it needs to put my custom block into this module. I add > the corresponding .xml/.cc/.h/.i files into grc/lib/swig folder > separately and modify MakeFile.am files in each folders. However, it > still cannot work. Whe

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-21 Thread Yulong Yang
Hi, I try to add all it needs to put my custom block into this module. I add the corresponding .xml/.cc/.h/.i files into grc/lib/swig folder separately and modify MakeFile.am files in each folders. However, it still cannot work. When generating top_block.py in GRC, the console says: self.m

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread Nick Foster
On Thu, 2011-04-21 at 09:15 +0800, yyl wrote: > On Wed, 20 Apr 2011 17:47:57 -0700 > Nick Foster wrote: > > > On Thu, 2011-04-21 at 08:37 +0800, Yulong Yang wrote: > > > Hello, > > > > > > I have tried both python -c "import..." and echo $. I see the path > > > to my folder in both of them. But

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread yyl
On Wed, 20 Apr 2011 17:47:57 -0700 Nick Foster wrote: > On Thu, 2011-04-21 at 08:37 +0800, Yulong Yang wrote: > > Hello, > > > > I have tried both python -c "import..." and echo $. I see the path > > to my folder in both of them. But it still says ImportError in > > top_block.py. Where exactly s

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread Nick Foster
On Thu, 2011-04-21 at 08:37 +0800, Yulong Yang wrote: > Hello, > > I have tried both python -c "import..." and echo $. I see the path to my > folder in both of them. But it still says ImportError in top_block.py. > Where exactly should the path direct to? I tried both "~/gnuradio" and > "~/gnuradi

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread Yulong Yang
Hello, I have tried both python -c "import..." and echo $. I see the path to my folder in both of them. But it still says ImportError in top_block.py. Where exactly should the path direct to? I tried both "~/gnuradio" and "~/gnuradio/myblock". When you say __init__.py do you mean the one in sub-f

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread Mike Clark
> Do your mean PYTHONPATH or just system search path? > I have set my block path as the PYTHONPATH in ~/.profile, but it still > cannot work. Is there a way to check whether the path is set appropriately? You are in linux I presume? "echo $PYTHONPATH" (without quotes) should tell you what your py

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread yulong yang
On Thu, Apr 21, 2011 at 7:17 AM, Josh Blum wrote: > > > On 04/20/2011 03:00 AM, Yulong Yang wrote: > > Hello, > > > > I am new to GNU radio. I am trying to write a simple block and add it to > > GRC. All steps before are fine. However, when I generate the > > top_block.py file, it says "ImportErr

Re: [Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread Josh Blum
On 04/20/2011 03:00 AM, Yulong Yang wrote: > Hello, > > I am new to GNU radio. I am trying to write a simple block and add it to > GRC. All steps before are fine. However, when I generate the > top_block.py file, it says "ImportError: No module named myblock". > > The myblock is actually the n

[Discuss-gnuradio] "ImportError: No module named myblock" when generating py file in GRC

2011-04-20 Thread Yulong Yang
Hello, I am new to GNU radio. I am trying to write a simple block and add it to GRC. All steps before are fine. However, when I generate the top_block.py file, it says "ImportError: No module named myblock". The myblock is actually the name of the folder I create to put all necessary files of my

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2011-04-05 Thread Mateusz Jasiński
On Tuesday 05 of April 2011 09:06:10 Sim IJskes wrote: > On 05-04-11 00:42, Mateusz Jasiński wrote: > > On Monday 04 of April 2011 15:48:26 Mateusz Jasiński wrote: > >> On Monday 04 of April 2011 09:55:25 Martin Braun wrote: > >>> On Sat, Apr 02, 2011 at 09:19:00PM +0200, Mateusz Jasiński wrote: >

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2011-04-05 Thread Sim IJskes
On 05-04-11 00:42, Mateusz Jasiński wrote: On Monday 04 of April 2011 15:48:26 Mateusz Jasiński wrote: On Monday 04 of April 2011 09:55:25 Martin Braun wrote: On Sat, Apr 02, 2011 at 09:19:00PM +0200, Mateusz Jasiński wrote: Hi, I'm trying to build debian packages of gnuradio git snapshot (01

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2011-04-04 Thread Mateusz Jasiński
On Monday 04 of April 2011 15:48:26 Mateusz Jasiński wrote: > On Monday 04 of April 2011 09:55:25 Martin Braun wrote: > > On Sat, Apr 02, 2011 at 09:19:00PM +0200, Mateusz Jasiński wrote: > > > Hi, > > > > > > I'm trying to build debian packages of gnuradio git snapshot > > > (01.04.2011). The bui

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2011-04-04 Thread Mateusz Jasiński
On Monday 04 of April 2011 09:55:25 Martin Braun wrote: > On Sat, Apr 02, 2011 at 09:19:00PM +0200, Mateusz Jasiński wrote: > > Hi, > > > > I'm trying to build debian packages of gnuradio git snapshot > > (01.04.2011). The build process is successful but I've encountered > > python related problem

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2011-04-04 Thread Martin Braun
On Sat, Apr 02, 2011 at 09:19:00PM +0200, Mateusz Jasiński wrote: > Hi, > > I'm trying to build debian packages of gnuradio git snapshot (01.04.2011). > The > build process is successful but I've encountered python related problem after > installing the packages - gnuradio python module is miss

[Discuss-gnuradio] ImportError: No module named gnuradio

2011-04-02 Thread Mateusz Jasiński
Hi, I'm trying to build debian packages of gnuradio git snapshot (01.04.2011). The build process is successful but I've encountered python related problem after installing the packages - gnuradio python module is missing, so none of the examples nor gnuradio-companion doesn't work. The error is

Re: [Discuss-gnuradio] ImportError: no module named howto

2010-01-29 Thread Eric Blossom
On Fri, Jan 29, 2010 at 04:21:58PM +, patrick mekeze wrote: > I am a new developper and i have a school project on gnu-radio library >   > My goal is to make and reverse-engineering on Gnu-Radio library due to aim of > meta modeling and code generation. > First i have downloaded the last versi

Re: [Discuss-gnuradio] ImportError: no module named howto

2010-01-29 Thread Tom Gross
Hi Patrick, You don't say what os or even platform you are using but it sounds like you didn't do a "sudo make install" on the howto stuff. Or if you did, possibly you installed on ubuntu and the binaries went to /usr/lib but your howto install went to /usr/local/lib. unfortunately you don't rea

[Discuss-gnuradio] ImportError: no module named howto

2010-01-29 Thread patrick mekeze
I am a new developper and i have a school project on gnu-radio library   My goal is to make and reverse-engineering on Gnu-Radio library due to aim of meta modeling and code generation. First i have downloaded the last version of gnuradio and retrived it on my computer. i have succefull built and

[Discuss-gnuradio] ImportError: No module named _usrp_swig

2009-11-06 Thread Sylv1
Hello all, i installed the new version of gnuradio on a new computer i received from collegues :-). Im working on ubuntu 9.04 The installation goes well and i installed all dependencies. But when i tried to run the usrp_fft.py script, i get the following error : l...@ls-laptop:~/Desktop/gnuradio

[Discuss-gnuradio] ImportError: No module named randsig

2008-11-01 Thread Francesco B.
Okay, so I've got the randsig signal processing block made and installed. Furthermore, the test python file (qa_randsig.py) functions successfully. But when I try to implement it in a different *.py file (usrp_randsiggen.py), I get this: Traceback (most recent call last): File "./usrp_randsigge

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-10 Thread Eric Blossom
On Mon, Dec 10, 2007 at 01:51:16AM -0800, Fasika Alemayehu wrote: > I am using a 64 bit machine and I have build the gnuradio from the directory > /usr/Nett/users/fass/gnuradio. There is a folder lib64 in /usr directory but > it doesnt contain the python packages. > > and in the python sys.path

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-10 Thread Fasika Alemayehu
I am using a 64 bit machine and I have build the gnuradio from the directory /usr/Nett/users/fass/gnuradio. There is a folder lib64 in /usr directory but it doesnt contain the python packages. and in the python sys.path is >>> path ['', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-09 Thread Eric Blossom
On Fri, Dec 07, 2007 at 08:20:14AM -0800, Fasika Alemayehu wrote: > Hi All , > I have just installed gnuradio and it was successful. But when i > tried to run the gnuradio-examples, i get the error message > 'ImportError: No module named gnuradio'. I have changed the > PYTHONPATH to the directory

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-09 Thread Fasika Alemayehu
Yes , I did "sudo make install" when i was installing the gnuradio. Sitll I couldnt figure out the problem. - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.___ Discuss-gnuradio ma

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-08 Thread Firas A.
Hi, When you installed gnuradio, did you do "sudo make install" ? Firas Fasika Alemayehu wrote: > > I am using Ubuntu 7.10. > > > - > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now. > ___

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-07 Thread Fasika Alemayehu
I am using Ubuntu 7.10. - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnur

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-07 Thread George Nychis
What distribution are you running? - George Fasika Alemayehu wrote: Hi All , I have just installed gnuradio and it was successful. But when i tried to run the gnuradio-examples, i get the error message 'ImportError: No module named gnuradio'. I have changed the PYTHONPATH to the directory wh

[Discuss-gnuradio] ImportError: No module named gnuradio

2007-12-07 Thread Fasika Alemayehu
Hi All , I have just installed gnuradio and it was successful. But when i tried to run the gnuradio-examples, i get the error message 'ImportError: No module named gnuradio'. I have changed the PYTHONPATH to the directory where python is installed but it is not working. I have installed gnuradio

Re: [Discuss-gnuradio] "ImportError: No module named wx"

2007-01-25 Thread Chris Stankevitz
Larry wrote: > I got an "ImportError: No module named wx" error Is wx in your pythonpath? Try this: [EMAIL PROTECTED] ~ $ python Python 2.4.3 (#1, Oct 13 2006, 16:57:39) [GCC 4.1.1 (Gentoo 4.1.1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>

[Discuss-gnuradio] "ImportError: No module named wx"

2007-01-25 Thread Larry
I got an "ImportError: No module named wx" error when trying to run the fftsink.py file in the wxgui stuff. I have suse 10-2, gunradio-3.0.2 installed in /usr/gnuradio-3.0.2 and /usr/lib/python2.5/site-packages/wxPython-src-2.8.1.1 and file:///usr/lib/python2.5/site-packages/wxPython-src-2.8.1.1

Re: [Discuss-gnuradio] ImportError: No module named gnuradio

2006-10-18 Thread Dan Halperin
[EMAIL PROTECTED] wrote: I have a USRP and it seems to communicate fine with the FC5 box. I have looked through the discuss-gnuradio mail archive and it seems like python is not finding gnuradio module. I checked path from within python for /usr/local/lib/python/site-packages as mentioned in pr

[Discuss-gnuradio] ImportError: No module named gnuradio

2006-10-18 Thread sr.hutch
I have a USRP and it seems to communicate fine with the FC5 box. I have looked through the discuss-gnuradio mail archive and it seems like python is not finding gnuradio module. I checked path from within python for /usr/local/lib/python/site-packages as mentioned in prior posts...it seems to be