On 10/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have that file. same content as the link. As I believe it is just > part of the project source, which I just check out without any > modification. > > I run > > python setup.py install > > is that the right way to install ?
That should do it. When I run python setup.;py bdist_egg ls dist I see this: kid-0.7adev_r186-py2.4.egg What do you see in the dist directory? Just kid-0.7adev? Kevin

