Most likely you have multiple installed versions and it picks the wrong one (the older). You can verify what it finds by default and where it is located by running this:
python -c "import sys, gnutls; print gnutls.__version__; print sys.modules['gnutls']" On 28 Jul 2009, at 21:04, Ross Beer wrote: > Hi, > > I have compiled and installed mediaproxy sucessfuly however when > starting it says 'fatal error: need python-gnutls version 1.1.8 or > higer but only 1.1.6 is installed' however I have installed 1.1.9 > and it still says the same. > > Is there a sys-link I need to update somewhere to point python to > the correct version? > > Thank you for your help, > > Ross > > > CC: [email protected] > > From: [email protected] > > To: [email protected] > > Date: Tue, 28 Jul 2009 13:19:09 +0200 > > Subject: Re: [OpenSIPS-Users] Problem Running MediaProxy Build > > > > Hi Ross, > > > > On 28 Jul 2009, at 12:53, Ross Beer wrote: > > > > > Hi, > > > > > > When running the MediaProxy ./setup build I get the following > error: > > > > > > --------------------------------------------------- > > > ./setup.py build > > > Traceback (most recent call last): > > > File "./setup.py", line 7, in ? > > > import mediaproxy > > > File "/home/voicehost/MediaProxy/mediaproxy-2.3.5/mediaproxy/ > > > __init__.py", line 33, in ? > > > dependencies = ApplicationDependencies(**package_requirements) > > > File "/usr/lib/python2.4/site-packages/application/dependency.py", > > > line 59, in __init__ > > > self.dependencies.extend((PackageDependency(name, version) for > > > name, version in sorted(kw.iteritems()))) > > > File "/usr/lib/python2.4/site-packages/application/dependency.py", > > > line 59, in <generator expression> > > > self.dependencies.extend((PackageDependency(name, version) for > > > name, version in sorted(kw.iteritems()))) > > > File "/usr/lib/python2.4/site-packages/application/dependency.py", > > > line 34, in __init__ > > > module = __import__(module_name, > > > fromlist=module_name.rsplit('.', 1)[1:]) > > > TypeError: __import__() takes no keyword arguments > > > ----------------------------------------------------- > > > > > > Can anyone offer any advice, I have installed all of the > > > requirments. I followed instructions from http:// > www.smartvox.co.uk > > > > > > Any help would be appreciated. > > > > > > Ross > > > > Please see this thread: > > http://lists.opensips.org/pipermail/users/2009-July/007210.html > > > > Ruud Klaver > > AG Projects > > Windows Live Messenger: Happy 10-Year Anniversary—get free winks and > emoticons. Get Them Now_______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -- Dan _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
