Hi Ashwini, that was it. Thanks much. A note to all OPENXCAP`ers not building on Debian: An OS with Python 2.5 or better is the trick to smooth install. Fedora 10 as opposed to CentOS 5.3 for example.
A list of dependencies and versions used available to anyone that needs. Thanks again for the help Rob On Fri, Apr 17, 2009 at 10:04 PM, ASHWINI NAIDU <[email protected]>wrote: > hi Server monitor, > > Install python-mysqldb version 1.2.1-p2 or something near to > that. The python-mysqldb after the mentioned version doesn't have the > reconnect facility it has been deprecated. > > > On Sat, Apr 18, 2009 at 5:39 AM, server monitor < > [email protected]> wrote: > >> 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 >> >> > > > -- > Thanking You, > Ashwini BR Naidu >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
