I've been meaning to come back to this.  I'll try to get something coherent 
together this weekend for CentOS users.  The process outlined at the link below 
is somewhat overkill as most of the python stuff can be done via easy_install 
with just a couple tweaks to the readme.  The gnutls must be compiled and 
installed from source but a standard ./configure; make; make install is all 
that is needed there as well.

I had a problem with asking for specific versions of both sqlobject and 
python-application because easy_install is not able to find them wherever it 
looks by default.  This is a drag since it worked fine for sqlobject just a 
couple of weeks ago.  Here are the command lines I am using to get around that:

#get recent version of setup tools
easy_install -U setuptools

#let easy_install download and install from svn for specific version (notice 
space between url and package identifier)
easy_install http://svn.colorstudy.com/SQLObject/tags/0.9.0/ sqlobject==0.9.0

#let easy_install directly from zipped tar file
easy_install 
http://pypi.python.org/packages/source/p/python-application/python-application-1.1.5.tar.gz

I hope this helps some CentOS users out there until I can get the whole thing 
documented somewhere.

Richard

On Jan 8, 2010, at 10:22 AM, Dan Pascu wrote:

> Either use python2.5 or use python-application-1.1.5. python- 
> application-1.2.x depends on python2.5, however mediaproxy doesn't  
> require python-application-1.2.x to work, so it can work just fine  
> with python2.4 if you use python-application-1.1.5
> 
> On 8 Jan 2010, at 05:59, ha do wrote:
> 
>> Hi all
>> 
>> 
>> i follow the instruction : 
>> http://www.smartvox.co.uk/serfaq_install_mediaproxy2.htm
>> 
>> my centos version:
>> [r...@centos-cucku application]# uname -a
>> Linux CentOS-Cucku 2.6.18-128.el5PAE #1 SMP Wed Jan 21 11:19:46 EST  
>> 2009 i686 i686 i386 GNU/Linux
>> 
>> i get the error when start the mediaproxy on Centos :
>> [r...@centos-cucku application]# /usr/bin/media-dispatcher
>> Traceback (most recent call last):
>>  File "/usr/bin/media-dispatcher", line 12, in ?
>>    from application.process import process, ProcessError
>>  File "/usr/lib/python2.4/site-packages/application/process.py",  
>> line 12, in ?
>>    from application import log
>>  File "/usr/lib/python2.4/site-packages/application/log/ 
>> __init__.py", line 12, in ?
>>    from application.log.extensions import twisted
>>  File "/usr/lib/python2.4/site-packages/application/log/extensions/ 
>> twisted/__init__.py", line 4
>>    from __future__ import absolute_import
>> SyntaxError: future feature absolute_import is not defined
>> 
>> 
>> please help
>> 
>> thank you
>> Ha`
>> 
>> _______________________________________________
>> 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


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to