Re: [Discuss-gnuradio] gnuradio Python on ubuntu 9.10 install problems

2009-11-15 Thread Richard Clarke
I had the exact same problem. Have you got fort77 installed? This seems to be a new dependency for Ubuntu 9.10. That solved my problem. Double check the Ubuntu 9.10 install instructions for all the dependencies as there are a couple of subtle differences from 9.04. The instructions only went up in

Re: [Discuss-gnuradio] Re: hello world ex. & grc problem

2009-11-15 Thread mehmet kabasakal
Hi Josh, The output of "python -c "import lxml.etree; print lxml.etree.__version__" is 2.1.5 as yours. I've uninstalled the gnuradio and reinstalled it again then the error has been changed when i write grc on the command line. It is as below; File "/usr/lib/python2.6/email/__init__.py", line 8

Re: [Discuss-gnuradio] Re: hello world ex. & grc problem

2009-11-15 Thread Josh Blum
mehmet kabasakal wrote: Hi Josh, The output of "python -c "import lxml.etree; print lxml.etree.__version__" is 2.1.5 as yours. I've uninstalled the gnuradio and reinstalled it again then the error has been changed when i write grc on the command line. It is as below; File "/usr/lib/python2.

[Discuss-gnuradio] Help to build a loop modulating / de-modulating system

2009-11-15 Thread Arturo Rinaldi
I'm trying to build this kinda of system for my degree thesis. It is a loop system in the sense its structure could be described in this way file source (byte) ---> Digital modulator (QAM , PSK , MSK etc) > Digital de-modulator -> File sink (byte) file source is a text file or a jpeg