On Jul 22, 2007, at 11:32 AM, Vladimir Rusinov wrote:

> Hello!
>
> I'm trying to create my first application with pylons.
>
> I'm using pylons 0.9.4.1 (as it is last available in gentoo  
> official portage tree).
>
> I have successfully created "hello world app" and trying to use  
> templates in it.
>
> I want to use genshi templates, but I have weird problem:
>
> Just after installing genshi (no code changes) I'm getting  
> following exception:
> $ paster serve --reload development.ini
> Starting subprocess with file monitor
>


>   File "/usr/lib/python2.4/site-packages/pkg_resources.py", line  
> 2114, in requires
>     raise UnknownExtra(
> pkg_resources.UnknownExtra: Genshi 0.4.2 has no such extra feature  
> 'plugin'
>
> This can be solved by unmerging genshi.
>
> How can I fix it? Only update?
>

The error is happening when the Genshi buffet plugin is being loaded.  
The plugin's entry is tied to Genshi's "plugin" feature, which simply  
requires setuptools to be installed. For some reason your Genshi  
install isn't advertising itself as having this plugin feature,  
resulting in this message.

Since your Pylons is from portage, your Genshi probably is, too. if  
so, The portage'd installed version of Genshi probably didn't setup  
Genshi/setuptools correctly.

--
Philip Jenvey



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to