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