<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'><br><br><div>> Date: Tue, 14 May 2013 23:04:07 +0200<br>> From: jachym.cepicky@gmail.com<br>> To: tomkralidis@hotmail.com<br>> CC: owslib-devel@lists.osgeo.org<br>> Subject: Re: [OWSLib-devel] python3<br>> <br>> Hi,<br>> <br>> it looks like, I managed to install it and use (at least Crs, which is<br>> of mine interest for now) by simply running<br>> <br>> python3 setup.py install<br>> <br>> Only one tiny fix for setup.py (described also at [1] btw):<br>> <br>> -readme = open('README.txt', 'rb').read()<br>> +readme = open('README.txt', 'r').read()<br>><br><br>FYI this was fixed in 0.7.2 and onwards.<br><br>Thanks for testing.  It would be great if we could collaborate on a common approach across the geopython projects for Python 3 support.<br> <br>> <br>> Jachym<br>> <br>> [1] http://gis.stackexchange.com/questions/57263/owslib-and-python3<br>> <br>> Dne 12.5.2013 13:22, Tom Kralidis napsal(a):<br>> > Hi Jachym: currently there's no strategy for python3 in OWSLib AFAIK.  What/how are you doing this for PyWPS?<br>> > <br>> > <br>> > <br>> > Date: Sun, 12 May 2013 00:38:38 +0200<br>> > From: jachym.cepicky@gmail.com<br>> > To: owslib-devel@lists.osgeo.org<br>> > Subject: [OWSLib-devel] python3<br>> > <br>> > Hi all,<br>> >  <br>> > I'm currently working at rewriting pywps into python3 and I would also<br>> > like to use some parts of owslib in it (namely Crs),<br>> >  <br>> > does anybody have a picture, how owslib is used for python3?<br>> >  <br>> > Thanks<br>> >  <br>> > Jachym<br>> > <br>> <br>> -- <br>> Jachym Cepicky<br>> Help Service - Remote Sensing s.r.o.<br>> jachym.cepicky@gmail.com<br>> HS-RS: jachym@hsrs.cz http://bnhelp.cz<br>> http://les-ejk.cz<br>> <br></div>                                           </div></body>
</html>