[OWSLib-devel] python3
Jachym Cepicky
jachym.cepicky at gmail.com
Tue May 14 14:04:07 PDT 2013
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()
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 --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.osgeo.org/pipermail/owslib-devel/attachments/20130514/54b88065/attachment.pgp>
More information about the OWSLib-devel
mailing list