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:28, rgreene <[email protected]> wrote: > 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 the development is just getting started I would like to go this route > if possible. Are their any packages/libraries in the typical > Geodjango/PostGIS statck that are not compatible with Python 3.3? > > Thanks in advance, > Randal > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/5831a490-c1b6-4804-a09e-d99d79648a19%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABxbXqUwyjyAbbF4_-HpTs3dtVBwBh2h0saeoQt_gqGiR2zZfg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

