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