Lang: pythontraceback
Get the source!
Actions
Recent Pastes
forget about it (Wu septiembre 02, 2010 at 18:04)
a traceback of a django error (Wu agosto 20, 2010 at 17:54)
some magic ACL code (Wu agosto 17, 2010 at 17:45)
some django models diff (Wu agosto 16, 2010 at 18:39)
some django-south tests (Wu agosto 16, 2010 at 18:42)
django add/edit revisited (Wu agosto 13, 2010 at 10:39)
django edd/edit (rsk agosto 13, 2010 at 10:40)
django model revisited (Wu agosto 12, 2010 at 20:15)
django (rs agosto 12, 2010 at 20:02)
rebuilding a GEOM mirror (Wu agosto 12, 2010 at 17:53)
About
This is the paste site from e-shell.org, my personal website. It is an instance of the CodeSharingZ Zope Product (just take a look at http://zopecode.codigo23.net/wiki/CodeSharingZ to learn more about it). Feel free to paste whatever you want, but notice that all the pastes in here are deleted in a regular basis.
Links
L pythontraceback
(http://www.python.org)

openobject-web error

 1 [10/Jun/2010:11:27:30] HTTP Traceback (most recent call last):
 2   File "/opt/openerp/client-web/lib/cherrypy/_cprequest.py", line 606, in respond
 3     cherrypy.response.body = self.handler()
 4   File "/opt/openerp/client-web/lib/cherrypy/_cpdispatch.py", line 25, in __call__
 5     return self.callable(*self.args, **self.kwargs)
 6   File "/opt/openerp/client-web/openobject/tools/_expose.py", line 202, in func_wrapper
 7     res = func(*args, **kw)
 8   File "/opt/openerp/client-web/openobject/controllers/_root.py", line 17, in default
 9     func, vpath = self.find_handler()
10   File "/opt/openerp/client-web/openobject/controllers/_root.py", line 34, in find_handler
11     pool = request.pool = pooler.get_pool()
12   File "/opt/openerp/client-web/openobject/pooler.py", line 73, in get_pool
13     addons.load_addons(db_name, config)
14   File "/opt/openerp/client-web/openobject/addons.py", line 219, in load_addons
15     load_module_graph(db_name, graph, config)
16   File "/opt/openerp/client-web/openobject/addons.py", line 180, in load_module_graph
17     m = imp_module(package.name)
18   File "/opt/openerp/client-web/openobject/addons.py", line 160, in imp_module
19     return imp.load_module(name, fp, pathname, description)
20   File "/opt/openerp/client-web/addons/openerp/__init__.py", line 2, in <module>
21     import widgets
22   File "/opt/openerp/client-web/addons/openerp/widgets/__init__.py", line 4, in <module>
23     from _views import *
24   File "/opt/openerp/client-web/addons/openerp/widgets/_views.py", line 3, in <module>
25     from openerp.utils import rpc
26   File "/opt/openerp/client-web/addons/openerp/utils/__init__.py", line 2, in <module>
27     import rpc_utils
28   File "/opt/openerp/client-web/addons/openerp/utils/rpc_utils.py", line 36, in <module>
29     init_rpc_session()
30   File "/opt/openerp/client-web/addons/openerp/utils/rpc_utils.py", line 34, in init_rpc_session
31     rpc.initialize(host, port, protocol, storage=CPSessionWrapper())
32   File "/opt/openerp/client-web/addons/openerp/utils/rpc.py", line 370, in initialize
33     session = RPCSession(host, port, protocol, storage=storage)
34   File "/opt/openerp/client-web/addons/openerp/utils/rpc.py", line 244, in __init__
35     raise common.message(_("Unsupported protocol."))
36   File "/opt/openerp/client-web/addons/openerp/utils/common.py", line 78, in message
37     raise TinyMessage(message=msg)
38 TinyMessage: Unsupported protocol.
Pasted by Wu on junio 10, 2010 at 13:25 | Lang: pythontraceback | (38 lines of code)