Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) - runs from terminal, but not GRC

2013-11-08 Thread Tom McDermott
From: Tom Rondeau To: Tom McDermott Cc: "discuss-gnuradio@gnu.org" Sent: Friday, November 8, 2013 5:56 AM Subject: Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) - runs from terminal, but not GRC On Thu, Nov 7, 2013 at 6:52 PM, Tom McDermott wrote: > Hi Tom,  th

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) - runs from terminal, but not GRC

2013-11-08 Thread Marcus Leech
ears of habit, that's how Ialways bring up GRC.Tom> > From: Tom Rondeau <t...@trondeau.com>> To: Tom McDermott <tom.mcdermo...@yahoo.com>> Cc: "discuss-gnuradio@gnu.org" <discuss-gnuradio@gnu.org>> Sent: Thursday, N

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) - runs from terminal, but not GRC

2013-11-08 Thread Tom Rondeau
From: Tom Rondeau > To: Tom McDermott > Cc: "discuss-gnuradio@gnu.org" > Sent: Thursday, November 7, 2013 1:53 PM > Subject: Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) > > On Thu, Nov 7, 2013 at 4:37 PM, Tom McDermott > wrote: >> Hi Tom, >

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) - runs from terminal, but not GRC

2013-11-07 Thread Tom McDermott
13 1:53 PM Subject: Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) On Thu, Nov 7, 2013 at 4:37 PM, Tom McDermott wrote: > Hi Tom, > > That fixed PyQwt.  Then did a cmake, make, sudo make install of all gnuradio > sucessfully. > > When I try to run a flowgraph, the error

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom McDermott
s:" declare -x QT4_IM_MODULE="xim" declare -x SESSIONTYPE="gnome-session" declare -x SHELL="/bin/bash" ... -- Tom From: Tom Rondeau To: Tom McDermott Cc: "discuss-gnuradio@gnu.org" Sent: Thursday, November 7, 201

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom Rondeau
with this directory. That should make sure that Python looks there first for PyQt4.Qwt5. So just verify that the Qwt Python module is installed and that PYTHONPATH is set in your environment. Tom _______ > From: Tom Rondeau > To: Tom McDermott > Cc: "disc

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom McDermott
; Sent: Thursday, November 7, 2013 12:35 PM Subject: Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) On Thu, Nov 7, 2013 at 3:31 PM, Tom McDermott wrote: > Hi Tom - OK, that got PyQt to install... > > Now install of PyQwt fails: > > ./configure.py -Q ../qwt-5.2 >

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom Rondeau
NURadio Discussion List > Sent: Thursday, November 7, 2013 12:11 PM > Subject: Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander) > > On Thu, Nov 7, 2013 at 3:07 PM, Tom Rondeau wrote: >> On Thu, Nov 7, 2013 at 3:01 PM, Tom McDermott >> wrote: >>> Hi Tom, thanks

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom McDermott
'version' argument sip: Unable to find file "QtCore/QtCoremod.sip" SIP failed to generate the C++ code. -- Tpm From: Tom Rondeau To: Tom McDermott Cc: GNURadio Discussion List Sent: Thursday, November 7, 2013 12:11 PM Subject: Re: [Disc

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom Rondeau
On Thu, Nov 7, 2013 at 3:07 PM, Tom Rondeau wrote: > On Thu, Nov 7, 2013 at 3:01 PM, Tom McDermott > wrote: >> Hi Tom, thanks for your effort. >> >> At the step where PyQt 4.10.3 is installed, >> >> python configure.py -b /opt/qt/bin -d /opt/qt/lib/python2.7/dist-packages -v >> /opt/qt/share/si

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom Rondeau
On Thu, Nov 7, 2013 at 3:01 PM, Tom McDermott wrote: > Hi Tom, thanks for your effort. > > At the step where PyQt 4.10.3 is installed, > > python configure.py -b /opt/qt/bin -d /opt/qt/lib/python2.7/dist-packages -v > /opt/qt/share/sip > > > The command does many steps then errors out with: > sh:

Re: [Discuss-gnuradio] Ubuntu 13.10 (Saucy Salamander)

2013-11-07 Thread Tom McDermott
Hi Tom,  thanks for your effort. At the step where PyQt 4.10.3 is installed, python configure.py -b /opt/qt/bin -d /opt/qt/lib/python2.7/dist-packages -v /opt/qt/share/sip The command does many steps then errors out with: sh: 1: /usr/bin/sip: not found Error: Unable to create the C++ code. --