My guess is that python is picking up some of these things in the path for your host's server in addition to your own, so /usr/lib/python/site-packages is seen before /vhost/you/lib/python/site-packages/ (or whatever it happens to be on webfaction's system). I would also guess that tg-admin is making old projects because their copy of it is being seen first as well. Check your PYTHONPATH and PATH environment variables to make sure that your local files are listed first.
-Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

