I know what's happening now. tg-admin is running from the \python24\scripts directory, where there is a kid.py script, so it's actually importing that. If I run "import kid" from any directory other than \python24\scripts then it gets the right file, but if I do "import kid" from my \python24\scripts directory, I get the wrong file:
c:\python24\lib\site-packages\kid-0.8-py2.4.egg\EGG-INFO\scripts\kid Just as a test I removed kid.py in the scripts directory and the problem went away. Kind of weird, but that's alright. Steve

