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')()
    )

David

-- 
http://www.traceback.org

GPG keyID #6272EDAF on http://pgp.mit.edu
Key fingerprint = 8BAA 7E11 8856 E148 6833  655A 92E2 3E00 6272 EDAF

Attachment: pgpiwniDigw7R.pgp
Description: PGP signature

Reply via email to