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 &quot;/usr/lib/python2.5/threading.py&quot;, line 462, in __bootstrap<br>
error:     self.__bootstrap_inner()<br>error:   File &quot;/usr/lib/python2.5/threading.py&quot;, line 486, in __bootstrap_inner<br>error:     self.run()<br>error:   File &quot;/usr/lib/python2.5/threading.py&quot;, line 446, in run<br>
error:     self.__target(*self.__args, **self.__kwargs)<br>error: --- &lt;exception caught here&gt; ---<br>error:   File &quot;/usr/lib/python2.5/site-packages/twisted/python/threadpool.py&quot;, line 210, in _worker<br>error:     result = context.call(ctx, function, *args, **kwargs)<br>
error:   File &quot;/usr/lib/python2.5/site-packages/twisted/python/context.py&quot;, line 59, in callWithContext<br>error:     return self.currentContext().callWithContext(ctx, func, *args, **kw)<br>error:   File &quot;/usr/lib/python2.5/site-packages/twisted/python/context.py&quot;, line 37, in callWithContext<br>
error:     return func(*args,**kw)<br>error:   File &quot;/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py&quot;, line 426, in _runInteraction<br>error:     conn = self.connectionFactory(self)<br>error:   File &quot;/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py&quot;, line 38, in __init__<br>
error:     self.reconnect()<br>error:   File &quot;/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py&quot;, line 75, in reconnect<br>error:     self._connection = self._pool.connect()<br>error:   File &quot;/usr/lib/python2.5/site-packages/twisted/enterprise/adbapi.py&quot;, line 395, in connect<br>
error:     conn = self.dbapi.connect(*self.connargs, **self.connkw)<br>error:   File &quot;build/bdist.linux-i686/egg/MySQLdb/__init__.py&quot;, line 81, in Connect<br>    <br>error:   File &quot;build/bdist.linux-i686/egg/MySQLdb/connections.py&quot;, line 188, in __init__<br>
    <br>error: exceptions.TypeError: &#39;reconnect&#39; 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>