On Friday, February 14, 2014 1:20:09 PM UTC-4:30, Nicholas Perez wrote:
>
> Hello. I am currently using Django version 1.6.2 trying to learn to use 
> Geodjango on a windows machine.
> My issue is that i have followed Geodjango installation for windows to the 
> letter(everything is installed in the default directory). my geodjango 
> folder is on my desktop
>
> As i follow the tutorial it tells me to run this command in my terminal: 
>
> createdb -T template_postgis geodjango
>
> how it says that createdb command is not recognized
>
> i skip that downloaded my zip to my world\data folder in my geodjango 
> folder(and by skip i mean continuing to the next instruction)
> and run this command:        ogrinfo world/data/TM_WORLD_BORDERS-0.3.shp
>
> and it says ogrinfo command is not recognized 
>
> Please help out. I would be appreciate it.
>
>
1. createdb is a Postgres utility for the command line. May be you don't 
have Postgres propertly installed or configured in your system.
2. ogrinfo is an utility from the GDAL project:
 http://www.gdal.org/ogrinfo.html
may be you don't have it properly installed or configured

-- 
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, send email to django-users@googlegroups.com.
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/f8be2a72-fc4d-430c-9e5f-79c4f613e57f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to