Bastian wrote:
> I had the the same problem yesterday. After commenting
> cherrypy.server.stop() it worked for me.

Makes no difference to me.

What solved the problem for me, is removing the cache thing altogether:

> cherrypy.root = Root()
> testutil.start_cp()
>
> class WSGITest(unittest.TestCase):
>     def setUp(self):
>         wsgi_intercept.add_wsgi_intercept('localhost', 80, lambda:
> wsgiApp)
>
>     def tearDown(self):
>         wsgi_intercept.remove_wsgi_intercept('localhost', 80)



--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to