[OWSLib-devel] python3

Tom Kralidis tomkralidis at hotmail.com
Tue May 14 16:51:51 PDT 2013



> Date: Tue, 14 May 2013 23:04:07 +0200
> From: jachym.cepicky at gmail.com
> To: tomkralidis at hotmail.com
> CC: owslib-devel at lists.osgeo.org
> Subject: Re: [OWSLib-devel] python3
> 
> Hi,
> 
> it looks like, I managed to install it and use (at least Crs, which is
> of mine interest for now) by simply running
> 
> python3 setup.py install
> 
> Only one tiny fix for setup.py (described also at [1] btw):
> 
> -readme = open('README.txt', 'rb').read()
> +readme = open('README.txt', 'r').read()
>

FYI this was fixed in 0.7.2 and onwards.

Thanks for testing.  It would be great if we could collaborate on a common approach across the geopython projects for Python 3 support.
 
> 
> Jachym
> 
> [1] http://gis.stackexchange.com/questions/57263/owslib-and-python3
> 
> Dne 12.5.2013 13:22, Tom Kralidis napsal(a):
> > Hi Jachym: currently there's no strategy for python3 in OWSLib AFAIK.  What/how are you doing this for PyWPS?
> > 
> > 
> > 
> > Date: Sun, 12 May 2013 00:38:38 +0200
> > From: jachym.cepicky at gmail.com
> > To: owslib-devel at lists.osgeo.org
> > Subject: [OWSLib-devel] python3
> > 
> > Hi all,
> >  
> > I'm currently working at rewriting pywps into python3 and I would also
> > like to use some parts of owslib in it (namely Crs),
> >  
> > does anybody have a picture, how owslib is used for python3?
> >  
> > Thanks
> >  
> > Jachym
> > 
> 
> -- 
> Jachym Cepicky
> Help Service - Remote Sensing s.r.o.
> jachym.cepicky at gmail.com
> HS-RS: jachym at hsrs.cz http://bnhelp.cz
> http://les-ejk.cz
> 
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/owslib-devel/attachments/20130514/6a050fb5/attachment.html>


More information about the OWSLib-devel mailing list