<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR>
<BR>
That has give me:<BR>
<BR>
<module 'gnutls' from '/var/lib/python-support/python2.6/gnutls/__init__.pyc'><BR>
<BR>
Which is the correct python version, however how do I get this python-gnutls to update?<BR>
<BR>
Do I need to set a variable when installing python-gnutls from source?<BR>
<BR>
Any advice is much appreciated.<BR>
<BR>
Ross<BR> <BR>> CC: ruud@ag-projects.com; users@lists.opensips.org<BR>> From: dan@ag-projects.com<BR>> To: ross_beer@hotmail.com<BR>> Date: Tue, 28 Jul 2009 21:51:32 +0300<BR>> Subject: Re: [OpenSIPS-Users] Problem Running MediaProxy Build<BR>> <BR>> Most likely you have multiple installed versions and it picks the <BR>> wrong one (the older). You can verify what it finds by default and <BR>> where it is located by running this:<BR>> <BR>> python -c "import sys, gnutls; print gnutls.__version__; print <BR>> sys.modules['gnutls']"<BR>> <BR>> On 28 Jul 2009, at 21:04, Ross Beer wrote:<BR>> <BR>> > Hi,<BR>> ><BR>> > I have compiled and installed mediaproxy sucessfuly however when <BR>> > starting it says 'fatal error: need python-gnutls version 1.1.8 or <BR>> > higer but only 1.1.6 is installed' however I have installed 1.1.9 <BR>> > and it still says the same.<BR>> ><BR>> > Is there a sys-link I need to update somewhere to point python to <BR>> > the correct version?<BR>> ><BR>> > Thank you for your help,<BR>> ><BR>> > Ross<BR>> ><BR>> > > CC: users@lists.opensips.org<BR>> > > From: ruud@ag-projects.com<BR>> > > To: ross_beer@hotmail.com<BR>> > > Date: Tue, 28 Jul 2009 13:19:09 +0200<BR>> > > Subject: Re: [OpenSIPS-Users] Problem Running MediaProxy Build<BR>> > ><BR>> > > Hi Ross,<BR>> > ><BR>> > > On 28 Jul 2009, at 12:53, Ross Beer wrote:<BR>> > ><BR>> > > > Hi,<BR>> > > ><BR>> > > > When running the MediaProxy ./setup build I get the following <BR>> > error:<BR>> > > ><BR>> > > > ---------------------------------------------------<BR>> > > > ./setup.py build<BR>> > > > Traceback (most recent call last):<BR>> > > > File "./setup.py", line 7, in ?<BR>> > > > import mediaproxy<BR>> > > > File "/home/voicehost/MediaProxy/mediaproxy-2.3.5/mediaproxy/<BR>> > > > __init__.py", line 33, in ?<BR>> > > > dependencies = ApplicationDependencies(**package_requirements)<BR>> > > > File "/usr/lib/python2.4/site-packages/application/dependency.py",<BR>> > > > line 59, in __init__<BR>> > > > self.dependencies.extend((PackageDependency(name, version) for<BR>> > > > name, version in sorted(kw.iteritems())))<BR>> > > > File "/usr/lib/python2.4/site-packages/application/dependency.py",<BR>> > > > line 59, in <generator expression><BR>> > > > self.dependencies.extend((PackageDependency(name, version) for<BR>> > > > name, version in sorted(kw.iteritems())))<BR>> > > > File "/usr/lib/python2.4/site-packages/application/dependency.py",<BR>> > > > line 34, in __init__<BR>> > > > module = __import__(module_name,<BR>> > > > fromlist=module_name.rsplit('.', 1)[1:])<BR>> > > > TypeError: __import__() takes no keyword arguments<BR>> > > > -----------------------------------------------------<BR>> > > ><BR>> > > > Can anyone offer any advice, I have installed all of the<BR>> > > > requirments. I followed instructions from http:// <BR>> > www.smartvox.co.uk<BR>> > > ><BR>> > > > Any help would be appreciated.<BR>> > > ><BR>> > > > Ross<BR>> > ><BR>> > > Please see this thread: http://lists.opensips.org/pipermail/users/2009-July/007210.html<BR>> > ><BR>> > > Ruud Klaver<BR>> > > AG Projects<BR>> ><BR>> > Windows Live Messenger: Happy 10-Year Anniversary—get free winks and <BR>> > emoticons. Get Them Now_______________________________________________<BR>> > Users mailing list<BR>> > Users@lists.opensips.org<BR>> > http://lists.opensips.org/cgi-bin/mailman/listinfo/users<BR>> <BR>> <BR>> --<BR>> Dan<BR>> <BR>> <BR>> <BR><br /><hr />Celebrate a decade of Messenger with free winks, emoticons, display pics, and more. <a href='http://clk.atdmt.com/UKM/go/157562755/direct/01/' target='_new'>Get Them Now</a></body>
</html>