I would like to try out trunk to see some of the changes happening in the CRM module, but when I try and run the web client I get the following error:
Code:
404 Not Found
The path '/' was not found.
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/CherryPy-3.1.2-py2.5.egg/cherrypy/_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "/usr/lib/python2.5/site-packages/CherryPy-3.1.2-py2.5.egg/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/lib/python2.5/site-packages/openobject_web-5.2dev-py2.5.egg/openobject/tools/_expose.py", line 195, in func_wrapper
res = func(*args, **kw)
File "/usr/lib/python2.5/site-packages/openobject_web-5.2dev-py2.5.egg/openobject/controllers/_root.py", line 26, in default
return request.handler()
File "/usr/lib/python2.5/site-packages/CherryPy-3.1.2-py2.5.egg/cherrypy/_cperror.py", line 227, in __call__
raise self
NotFound: (404, "The path '/' was not found.")
Powered by CherryPy 3.1.2
Thanks for any advice.