Hello,

I tried installing and running geodjango and went into some troubles.
I am fairly new to django.

I tried following the docs out here
http://geodjango.org/docs/install.html and got stuck on postgis part
and was not able to proceed further
 ./configure --datadir=`pg_config --sharedir` (dont know how to
configure postgis with postgres with this info)
However I have postgres installed at Library/PostgreSQL/8.3/share/ and
replaced sharedir with this part
./configure --datadir=`pg_config --Library/PostgreSQL/8.3/share/`

Apart from that createdb command does not work which means Postgres
itself is not installed properly.

Finally I knew running python manage.py sqlall db will give me this
error
Error loading psycopg2 module: No module named psycopg2
It's the same world geodjango tutorial that I am trying to run.

Thank you,
Dhruv
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to