Can't use ControlPort in gnuradio 3.7

Hi People,

My system:
Ubuntu 13.04
GNURADIO 3.7

I wanted to use ControlPort, but can’t:

When I run .py file:

from gnuradio.ctrlport.monitor import *
ImportError: No module named ctrlport.monitor
Or

from gnuradio import ctrlport
Traceback (most recent call last):
File “”, line 1, in
ImportError: cannot import name ctrlport
Can you help me?

On Sat, Nov 23, 2013 at 09:30:37PM +0400, nesimi eldarov wrote:

Hi People,

My system:
Ubuntu 13.04
GNURADIO 3.7

How did you install GNU Radio? Did you build it from source? If so, was
CtrlPort enabled during build time? You can pastebin the cmake output if
that’s the case.

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

On Sun, Nov 24, 2013 at 03:33:36PM +0400, nesimi eldarov wrote:

Hi Martin,

I installed from source.
I look into build folder I could not find ControlPort. I guess it was disabled
during installation but I am not sure.

What do you mean with ’ pastebin the cmake output '?

It means you copy and paste the output of running cmake to a service
like pastebin.com so we can inspect it.

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Hi Martin,

I installed from source.
I look into build folder I could not find ControlPort. I guess it was
disabled during installation but I am not sure.

What do you mean with ’ pastebin the cmake output '?
How can I install that now?

Воскресенье, 24 ноября 2013, 11:50 +01:00 от “Martin B. (CEL)”
[email protected]:

Thanks!

here is the link:
http://pastebin.com/hC7k9tfG

Thanks again in advance!

Воскресенье, 24 ноября 2013, 20:43 +01:00 от “Martin B. (CEL)”
[email protected]:

Sorry, now I put the correct file:
http://pastebin.com/3bLcTYrE

Понедельник, 25 ноября 2013, 11:44 +01:00 от “Martin B. (CEL)”
[email protected]:

On Mon, Nov 25, 2013 at 01:45:47PM +0400, nesimi eldarov wrote:

Thanks!

here is the link:
http://pastebin.com/hC7k9tfG

I’m not sure what you pasted here, but it’s not the output of running
cmake in GNU Radio.

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

On Mon, Nov 25, 2013 at 02:50:20PM +0400, nesimi eldarov wrote:

Sorry, now I put the correct file:
http://pastebin.com/3bLcTYrE

As you can see in line 74, you do not have ICE installed.

If you want to use CtrlPort, you will have to install it, although most
GNU Radio components work fine without it.

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association