Jeremy Jones wrote: > David Stanek wrote: > > > > This has to do with the reloading of base templates, but I can't seem > > to recreate the issue anymore. Still looking though. > > > > -- David > > It's really sporadic with me. I've been running for a couple of hours > now with no problems. Or did you mean that you had made some code > changes that seem to have fixed the problem? If so, I don't mind svn > upping and running it for a while. >
I'm now running the latest svn and my problem (NoneType with the DataController) has finally gone away (thanks David). If you update be sure to reinstall the kid plugin (where David checked the fix) or you will still get the same error (I've just realized this). This means (in turbogears/plugins/kid): python setup.py install (with sudo if you use it) or (as I've done): python setup.py develop with the last method you don't need to reinstall anymore because the egg points to your local svn checkout. Thanks again David. Ciao Michele

