<div>Ok, I managed to get the module dependencies resolved however when running OpenXCAP I get the following error:</div>
<div> </div>
<div> </div>
<div> openxcap --no-fork<br>Starting OpenXCAP 1.1.2<br>/usr/local/lib/python2.6/dist-packages/xcap/tweaks.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead<br>  import md5<br>xcap.server.HTTPFactory starting on 443<br>
error: Traceback (most recent call last):<br>error:   File &quot;/usr/lib/python2.6/threading.py&quot;, line 497, in __bootstrap<br>error:     self.__bootstrap_inner()<br>error:   File &quot;/usr/lib/python2.6/threading.py&quot;, line 525, in __bootstrap_inner<br>
error:     self.run()<br>error:   File &quot;/usr/lib/python2.6/threading.py&quot;, line 477, in run<br>error:     self.__target(*self.__args, **self.__kwargs)<br>error: --- &lt;exception caught here&gt; ---<br>error:   File &quot;/usr/lib/python2.6/dist-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.6/dist-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.6/dist-packages/twisted/python/context.py&quot;, line 37, in callWithContext<br>error:     return func(*args,**kw)<br>error:   File &quot;/usr/lib/python2.6/dist-packages/twisted/enterprise/adbapi.py&quot;, line 426, in _runInteraction<br>
error:     conn = self.connectionFactory(self)<br>error:   File &quot;/usr/lib/python2.6/dist-packages/twisted/enterprise/adbapi.py&quot;, line 38, in __init__<br>error:     self.reconnect()<br>error:   File &quot;/usr/lib/python2.6/dist-packages/twisted/enterprise/adbapi.py&quot;, line 75, in reconnect<br>
error:     self._connection = self._pool.connect()<br>error:   File &quot;/usr/lib/python2.6/dist-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-x86_64/egg/MySQLdb/__init__.py&quot;, line 81, in Connect</div>
<div>error:   File &quot;build/bdist.linux-x86_64/egg/MySQLdb/connections.py&quot;, line 188, in __init__</div>
<div>error: exceptions.TypeError: &#39;reconnect&#39; is an invalid keyword argument for this function</div>
<div> </div>
<div>Am I missing a package?</div>
<div> </div>
<div>Ross</div>