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 troubleshooting this type of issue. On that note, can you possible refer me to any program/documentation on how I would troubleshoot such an issue (stepping through code, checking variable values, etc). If and when I get this up and running, I'll have to put all of the info somewhere, for other peoples' reference. Ivan On Thursday, November 20, 2014 9:38:09 AM UTC-5, Thomas wrote: > > > On Nov 19, 2014, at 2:24 PM, jogaserbia <[email protected] <javascript:>> > 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 (at work). I will be setting up a linux machine > at home in the next couple of months, and can try it out again. > > Windows boxes can be cranky and annoying, but I’d stick with it and just > Make It Work. Once you have a complete installation (and document how you > got there!) you won’t have to think hard about it again. Or use virtualbox > (and Docker on top of it) to get started with your Linux installation now. > > You *are* using virtualenv, right? That is very high on my list of things > that make my life easier for setting up development systems and deploying > to production. You may find that it helps with some of the issues you are > seeing on your system. > > > As a workaround, what I could probably do (if I can figure it out) is > call the postgres fuctions for distance between Lon Lat points that will > serve as the basis for the application that I am building. > > Yeah, I wrote that code back in the day and I would use GeoDjango. Not > that it doesn’t do what it says it does, but GeoDjango gives you everything > you will need all at once. > > hth > > - Tom > > -- 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/fa610d6b-352e-411b-b831-1540b2c67724%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

