discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] attribute error DTD


From: feldmaus
Subject: [Discuss-gnuradio] attribute error DTD
Date: Wed, 4 Feb 2009 13:03:31 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

i am trying to compile gnuradio on my Suse 11.1 PC.
For compiling and <make> i am using my normal user <markus>.
For <make install> i am using the user <root>.

I downloaded and installed SDCC from Source.
Then i downloaded and compiled the gnuradio source from the branch.


The compilation goes right, but when i try to execute <grc>:
Traceback (most recent call last):
  File "/usr/local/bin/grc", line 45, in <module>
    ActionHandler(args, Platform())
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/platforms/python
/Platform.py", line 61, in __init__
    generator=Generator,
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/platforms
/base/Platform.py", line 63, in __init__
    self._load_blocks(os.path.join(dirpath, filename))
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/platforms
/base/Platform.py", line 74, in _load_blocks
    try: ParseXML.validate_dtd(f, self._block_dtd)
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/utils/ParseXML.py",
line 42, in validate_dtd
    dtd = etree.DTD(dtd_file)
AttributeError: 'module' object has no attribute 'DTD'


And when i execute <usrp_probe>:
Traceback (most recent call last):
  File "/usr/local/bin/usrp_probe", line 31, in <module>
    platform = Platform(block_paths_internal_only=['usrp_probe.xml'])
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/platforms/python
/Platform.py", line 61, in __init__
    generator=Generator,
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/platforms
/base/Platform.py", line 59, in __init__
    if os.path.isfile(block_path): self._load_blocks(block_path)
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/platforms
/base/Platform.py", line 74, in _load_blocks
    try: ParseXML.validate_dtd(f, self._block_dtd)
  File "/usr/local/lib/python2.6/site-packages/gnuradio/grc/utils/ParseXML.py",
line 42, in validate_dtd
    dtd = etree.DTD(dtd_file)
AttributeError: 'module' object has no attribute 'DTD'


Any Idea?

Regards Markus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]