FS#59590 - GNURadio package does not depend on python2-cheetah

Attached to Project: Arch Linux
Opened by George (gh403) - Thursday, 09 August 2018, 14:09 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 09 August 2018, 16:14 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Installing and launching GNURadio like so:

```
$ sudo pacman -S gnuradio
$ gnuradio-companion
```

Causes the following error:

```
Traceback (most recent call last):
File "/usr/bin/gnuradio-companion", line 99, in <module>
run_main()
File "/usr/bin/gnuradio-companion", line 87, in run_main
from gnuradio.grc.main import main
File "/usr/lib/python2.7/site-packages/gnuradio/grc/main.py", line 23, in <module>
from .gui.Platform import Platform
File "/usr/lib/python2.7/site-packages/gnuradio/grc/gui/Platform.py", line 23, in <module>
from ..core.Platform import Platform as _Platform
File "/usr/lib/python2.7/site-packages/gnuradio/grc/core/Platform.py", line 27, in <module>
from .generator import Generator
File "/usr/lib/python2.7/site-packages/gnuradio/grc/core/generator/__init__.py", line 18, in <module>
from Generator import Generator
File "/usr/lib/python2.7/site-packages/gnuradio/grc/core/generator/Generator.py", line 23, in <module>
from Cheetah.Template import Template
ImportError: No module named Cheetah.Template
```

Installing the python2-cheetah package manually fixes the issue.

Additional info:
* gnuradio package version: 3.7.11-6


Steps to reproduce:

```
$ sudo pacman -S gnuradio
$ gnuradio-companion
$ sudo pacman -S python2-cheetah
$ gnuradio-companion
```
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 09 August 2018, 16:14 GMT
Reason for closing:  Not a bug
Additional comments about closing:  That's why there's a gnuradio-companion package
Comment by George (gh403) - Thursday, 09 August 2018, 14:11 GMT
This is in the wrong category, sorry. Could someone please move it to "Packages: Community"?

Loading...