<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="font-size:10pt;" color="#366092" face="Arial" size="2"><br id="FontBreak"></font>the problem with linux boxes such as rhel, ubuntu, I think also centos, is that most of the time new python versions have to be installed, however many applications (such as yum in rhel) depends on the original version (for rhel5 is the good and old one 2.4). In my case I had to install the RPM python 2.6 version but nothing worked correctly (ie. with the 2.6) until I replaced the "python" file located in /usr/bin with the new python2.6. I think ubuntu behaves more or less the same way as rhel and centos, so try:<br><br>which python<br>python -V<br><br>I think with that output it'd be easier to see if python is the cause of the problems you're facing. If so, you need to make an alias or just replace the "python" file in /usr/bin with your new python vesion:<br><br>rm python<br>cp python2.7 python<br><br>I think you installed recently the 2.7, btw why do you need this version? this may solve your issues.<br><br><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><br>__________________________________________________________________________________________<br>Piensa en el medio ambie<font style="" face="Arial">nte - mantenlo en la pantalla. NO lo imprimas si NO es necesario.</font></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><br></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2">Think green - keep it on the screen. Do NOT print if it is NOT necessary.</font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><br></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><span id="ecxresult_box" class="ecxshort_text" lang="de"><span class="ecxhps">Denken Sie an</span> <span class="ecxhps">die Umwelt</span></span></font><font style="font-size:10pt" color="#1F497D" face="Arial" size="2"><span id="ecxresult_box" lang="de"><span class="ecxhps"></span> <span class="ecxhps">-</span> <span class="ecxhps">bewahren Sie es</span> <span class="ecxhps">auf dem Bildschirm.</span> <span class="ecxhps">Drucken Sie es NICHT</span><span>, wenn</span> <span class="ecxhps">es NICHT notwendig ist</span><span>.</span></span></font><br><br><br><div>> Date: Tue, 21 May 2013 23:11:38 -0700<br>> From: shadin__a@hotmail.com<br>> To: openlayers-users@lists.osgeo.org<br>> Subject: Re: [OpenLayers-Users] WMSgetFeatureInfo ProxyHost<br>> <br>> My server is ubuntu 12.4 and i see in the usr/lib that there is a folder<br>> called python 2.6 contains only dist-packages folder<br>> <br>> <br>> <br>> --<br>> View this message in context: http://osgeo-org.1560.x6.nabble.com/WMSgetFeatureInfo-ProxyHost-tp5054544p5054795.html<br>> Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>> _______________________________________________<br>> Users mailing list<br>> Users@lists.osgeo.org<br>> http://lists.osgeo.org/mailman/listinfo/openlayers-users<br></div>                                         </div></body>
</html>