Re: ImportError: cannot import name 'GEOSException'

2014-11-21 Thread jogaserbia
Hi All, Thanks very much for the help. I managed to figure it out with tips for both of you. I am not sure exactly what helped finally fix it but: 1) I changed my python version from 64 bit to 32 bit 2) The script in that updated the path variables were pretty messed up, so I manually change

Re: ImportError: cannot import name 'GEOSException'

2014-11-20 Thread Tom Lockhart
> Thanks for the reply. Yes, I am using a virtualenv for this project. I’ll > try to stick it out with GeoDjango, but I really do not know what to do now > to try to continue on with the install. I would probably stop “continuing”, and go back to the start. afaict the installation instructi

Re: ImportError: cannot import name 'GEOSException'

2014-11-20 Thread jogaserbia
Hi Thomas, Thanks for the reply. Yes, I am using a virtualenv for this project. I'll try to stick it out with GeoDjango, but I really do not know what to do now to try to continue on with the install. At this point in my Django career, I am pretty much a monkey banking on a keyboard when t

Re: ImportError: cannot import name 'GEOSException'

2014-11-20 Thread Tom Lockhart
On Nov 19, 2014, at 2:24 PM, jogaserbia wrote: > Thanks for the help Carl. Also, thanks for filing the ticket. > > Every bit of info helps. I really do like Python and Django so far. > > I am just wondering whether I should just quit trying to make GeoDjango work > on my windows machine

Re: ImportError: cannot import name 'GEOSException'

2014-11-19 Thread jogaserbia
Thanks for the help Carl. Also, thanks for filing the ticket. Every bit of info helps. I really do like Python and Django so far. I am just wondering whether I should just quit trying to make GeoDjango work on my windows machine (at work). I will be setting up a linux machine at home in t

Re: ImportError: cannot import name 'GEOSException'

2014-11-19 Thread Carl Meyer
Hi Ivan, On 11/19/2014 02:58 PM, jogaserbia wrote: > Hi Carl, > > Thanks very much for the response. > > I am trying to get GeoDjango up and running (for a couple of days now) > and am having a really hard time. Sorry about that :/ I know the dependencies for GeoDjango can be hard to set up

Re: ImportError: cannot import name 'GEOSException'

2014-11-19 Thread jogaserbia
Hi Carl, Thanks very much for the response. I am trying to get GeoDjango up and running (for a couple of days now) and am having a really hard time. I came across another question on the internet (that does not specifically have to do with my issue) that suggested putting this path variabl

Re: ImportError: cannot import name 'GEOSException'

2014-11-19 Thread Carl Meyer
Hello, On 11/18/2014 09:53 AM, jogaserbia wrote: > I just realized something. > > > This are all the files in django.contrib.gis.geos: > > Notice there is no GEOSException, nor is there GEOSGeometry. There is > however geometry.py (which as the class GEOSGeometry in it) and error.py >

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
> > I just realized something. > This are all the files in django.contrib.gis.geos: Notice there is no GEOSException, nor is there GEOSGeometry. There is however geometry.py (which as the class GEOSGeometry in it) and error.py (which has the class GEOSException in it). I am not sure

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
I got the same error when I run the following command in the Python Shell: from django.contrib.gis.db import models -- 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

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
Python 3.4 On Tuesday, November 18, 2014 9:15:29 AM UTC-5, jogaserbia wrote: > > Forgot to mention Django 1.7. > > Thanks, > > Ivan > -- 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

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
Forgot to mention Django 1.7. Thanks, Ivan -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, se

ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
Hi, I am trying to get GeoDjango up and running. I followed these instructions (on Windows 7, Postgres 9.3.5). I followed these instructions: https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#windows And get the error ImportError: cannot import name 'GEOSException&#