hummm, when running that import from python prompt I have the same error.
Stange is this: >>> import paste >>> print paste.__file__ /usr/lib/python2.4/site-packages/PasteDeploy-0.3-py2.4.egg/paste/__init__.pyc ok, I have uninstalled Paste, PasteScript and PasteDeploy, than I installed again but only works when I installed with this order: # easy_install PasteDeploy # easy_install thirdparty/paste/dist/Paste-0.5-py2.4.egg # easy_install thirdparty/pastescript/dist/PasteScript-0.5.1-py2.4.egg I think that is a setuptools problem no? Is this ok in my easy_install.pth - first line - import sys; sys.__plen = len(sys.path) - last line - import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

