discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] ImportError: No module named Cheetah.Template


From: Josh Blum
Subject: Re: [Discuss-gnuradio] ImportError: No module named Cheetah.Template
Date: Thu, 16 Jun 2011 10:27:04 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10


On 06/16/2011 08:46 AM, dave k wrote:
> osx macport install 
> 
> mac:/ david$ gnuradio-companion
> Xlib:  extension "RANDR" missing on display "/tmp/launch-GQssJJ/org.x:0".
> Traceback (most recent call last):
>  File "/opt/local/bin/gnuradio-companion", line 48, in <module>
>    from gnuradio.grc.python.Platform import Platform
>  File 
> "/opt/local/lib/python2.6/site-packages/gnuradio/grc/python/Platform.py",
> line 22, in <module>
>    from .. base.Platform import Platform as _Platform
>  File "/opt/local/lib/python2.6/site-packages/gnuradio/grc/base/Platform.py",
> line 26, in <module>
>    from Block import Block as _Block
>  File "/opt/local/lib/python2.6/site-packages/gnuradio/grc/base/Block.py",
> line 23, in <module>
>    from Cheetah.Template import Template
> ImportError: No module named Cheetah.Template
> mac:/ david$
> 
> anyideas ?
> 

Did you install cheetah templates? Is Cheetah in your PYTHONPATH, etc...

You may need something like this in your bashrc:
export
PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages:${PYTHONPATH}


-Josh

> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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