Michele Cella wrote: > ERROR: test module tests.test_i18n in > /home/michele/Progetti/TurboGears/svn/turb ogears > ---------------------------------------------------------------------- > [...] AttributeError: No connection has been defined for this thread or > process
This seems to happen if "nosetests" imports the i18n.sogettext.model module *before* importing and running tests.test_i18n. The solution I found is to run "nosetests" inside the "turbogears/tests" directory.

