Hi, Can anyone help with what looks like a Python problem installing Openxcap?
/usr/bin/openxcap --no-fork Starting OpenXCAP 1.1.0 Supported Root URIs: http://localhost/xcap-root Trusted peers: 192.168.1.102, 12.176.147.23 xcap.server.HTTPFactory starting on 80 error: Traceback (most recent call last): error: File "/usr/lib/python2.5/threading.py", line 462, in __bootstrap error: self.__bootstrap_inner() error: File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner error: self.run() error: File "/usr/lib/python2.5/threading.py", line 446, in run error: self.__target(*self.__args, **self.__kwargs) error: --- <exception caught here> --- error: File "/usr/lib/python2.5/site-packages/twisted/python/threadpool.py", line 210, in _worker error: result = context.call(ctx, function, *args, **kwargs) error: File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext error: return self.currentContext().callWithContext(ctx, func, *args, **kw) error: File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext error: return func(*args,**kw) error: File "/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 426, in _runInteraction error: conn = self.connectionFactory(self) error: File "/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 38, in __init__ error: self.reconnect() error: File "/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 75, in reconnect error: self._connection = self._pool.connect() error: File "/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 395, in connect error: conn = self.dbapi.connect(*self.connargs, **self.connkw) error: File "build/bdist.linux-i686/egg/MySQLdb/__init__.py", line 81, in Connect error: File "build/bdist.linux-i686/egg/MySQLdb/connections.py", line 188, in __init__ error: exceptions.TypeError: 'reconnect' is an invalid keyword argument for this function I originally had MySQL-python-1.2.2-7 but tried upgrading to latest stable from their site. Thanks Rob
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
