This one is explainable: tg-admin went through a change recently where it picks up its command via a setuptools EntryPoint. This allows you to easily create your own additions to tg-admin!
But, to make it work, the egg-info needs to be regenerated. "python setup.py develop" would do that. Kevin On 12/21/05, jemi <[EMAIL PROTECTED]> wrote: > > I tried every hint i found posted in this group and was not able to run > tg-admin in the end. > I just tried it for a very last time - and it seems to be functional > somehow. > > May be some hint did the trick - allthough there have been errors... > perhaps the removal of some of the site-packages was the key to this > success. > > Now it works - and i don't know why. I hate that. :) > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

