Re: Geodjango and Python 3.3

2014-03-27 Thread Sam Lai
hon3 > https://pypi.python.org/pypi/GDAL/ > https://pypi.python.org/pypi/Shapely (Infers Geos) > > Thanks, > Alex > > On 03/25/2014 05:34 PM, Sam Lai wrote: >> I'm developing a site using Python 3.3, Django, Geodjango and >> PostgreSQL. It is a bit tricky getting all

Re: Geodjango and Python 3.3

2014-03-26 Thread Alex Mandel
it look like those libs work in Python3 https://pypi.python.org/pypi/GDAL/ https://pypi.python.org/pypi/Shapely (Infers Geos) Thanks, Alex On 03/25/2014 05:34 PM, Sam Lai wrote: > I'm developing a site using Python 3.3, Django, Geodjango and > PostgreSQL. It is a bit tricky getting all the lib

Re: Geodjango and Python 3.3

2014-03-25 Thread Sam Lai
I'm developing a site using Python 3.3, Django, Geodjango and PostgreSQL. It is a bit tricky getting all the libraries to work, but the stack does work. I installed GEOS using OSGeo4W, but I had to explicitly specify the GEOS_LIBRARY_PATH and GDAL_LIBRARY_PATH in settings.py. On 25 March 2014 23

Geodjango and Python 3.3

2014-03-25 Thread rgreene
Good day, I'm developing under Windows against a PostGIS database. On https://docs.djangoproject.com/en/1.7/ref/contrib/gis/install/#windows, Python 2.7 is shown in the installation steps. I've been reading up on Python 3.3 (for instance, https://wiki.python.org/moin/Python2orPython3), and as