On 2/6/06, Mike Sarahan <[EMAIL PROTECTED]> wrote: > > Good idea, Lee, but unfortunately, it didn't work. Same sitetemplate > error showing up. > >
Actually, looking closer at your traceback this looks more like some kind of path error. If you open up a python shell at any arbitary path you should always be able to do: import turbogears.fastdata.templates.sitetemplate If this fails then you will need to check your installation is correct, i.e. your easy-install.pth file is correct and your system's $PATH variable is grabbing your SVN version over any other version you have installed. Lee

