Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#46386 - [gnuradio-companion]
Attached to Project:
Community Packages
Opened by Justin Capella (justincapella) - Monday, 21 September 2015, 23:00 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 23 September 2015, 00:17 GMT
Opened by Justin Capella (justincapella) - Monday, 21 September 2015, 23:00 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 23 September 2015, 00:17 GMT
|
DetailsDescription: python2-lxml and python2-cheetah needed at runtime (depends vs makedepends)
Additional info: ent call last): File "/usr/bin/gnuradio-companion", line 128, in <module> main() File "/usr/bin/gnuradio-companion", line 107, in main from gnuradio.grc.python.Platform import Platform File "/usr/lib/python2.7/site-packages/gnuradio/grc/python/Platform.py", line 22, in <module> from .. base.Platform import Platform as _Platform File "/usr/lib/python2.7/site-packages/gnuradio/grc/base/Platform.py", line 22, in <module> from .. base import ParseXML, odict File "/usr/lib/python2.7/site-packages/gnuradio/grc/base/ParseXML.py", line 20, in <module> from lxml import etree ImportError: No module named lxml ent call last): File "/usr/bin/gnuradio-companion", line 128, in <module> main() File "/usr/bin/gnuradio-companion", line 107, in main from gnuradio.grc.python.Platform import Platform File "/usr/lib/python2.7/site-packages/gnuradio/grc/python/Platform.py", line 22, in <module> from .. base.Platform import Platform as _Platform File "/usr/lib/python2.7/site-packages/gnuradio/grc/base/Platform.py", line 26, in <module> from Block import Block as _Block File "/usr/lib/python2.7/site-packages/gnuradio/grc/base/Block.py", line 26, in <module> from Cheetah.Template import Template ImportError: No module named Cheetah.Template Steps to reproduce: gnuradio-companion |
This task depends upon
Closed by Doug Newgard (Scimmia)
Wednesday, 23 September 2015, 00:17 GMT
Reason for closing: Not a bug
Additional comments about closing: Install the correct package.
Wednesday, 23 September 2015, 00:17 GMT
Reason for closing: Not a bug
Additional comments about closing: Install the correct package.

And also pyqt

Did you install the gnuradio-companion package? The python2 libs you mentioned are already deps.

The PKGBUILD I have lists them as MAKEDEPENDS but they don't stick around after the package is built, so when I launch grc it crashes