← Back to team overview

gwibber-team team mailing list archive

Re: First time contributor(?)

 

On Thu, 2009-05-07 at 19:45 +0100, Sam Pattuzzi wrote:
> Traceback (most recent call last):
>   File "bin/gwibber", line 50, in <module>
>     from gwibber.client import GwibberClient
>   File
> "/home/sam/Projects/Gwibber/template-theme-engine/gwibber/client.py",
> line 12, in <module>
>     from . import gwui, config, gintegration, configui, resources
>   File
> "/home/sam/Projects/Gwibber/template-theme-engine/gwibber/gwui.py", line
> 11, in <module>
>     from mako.template import Template
> ImportError: No module named mako.template


You are getting this error message because you don't have Mako
installed. It's one of the new dependencies that was introduced for the
template-theme-engine branch. On Ubuntu, you can get Mako by installing
the python-mako package. I'm sorry that I neglected to mention that in
my last e-mail. I really should document that dependency better!

-- Ryan




References