[EMAIL PROTECTED] <> wrote:
> On Mon, Mar 20, 2006 at 02:32:48PM -0800, Villalovos, John L wrote:
>> Any idea what is wrong?  The python-elementtree package is installed
>> from Fedora Core 4 base packages.
> 
> It appears that you don't have Kid installed or at least the it's
> egg is not installed. Linux dists don't seem to know how to use eggs
> with their own packaging systems yet. So you might want to try and
> install the egg. 
> 
> This is the entire contents of my kidc script:
>     __requires__ = 'kid==0.9a1'
>     import sys
>     from pkg_resources import load_entry_point
> 
>     sys.exit(
>         load_entry_point('kid==0.9a1', 'console_scripts', 'kidc')()  
> ) 

The python-kid RPM is installed from Fedora Extras.

Are you saying that python-kid requires it's egg to be installed, even
if it is packaged using an RPM?

What would I look for to see if it's egg is installed?

Thanks,
John


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
kid-template-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to