Hi Mohamed,
I just reconfirmed all the steps for setting up Arches on a windows 8 64bit
machine.
To get past the issue you're seeing, you'll need to add a setting into the
settings.py file of your application.
The setting should look something like this where "gdallxxx.dll" points the
specific gdal dll in your OSGeo4W (or OSGeo4W64 on 64 bit machines) bin
directory.

GDAL_LIBRARY_PATH = 'C:/OSGeo4W64/bin/gdalxxx.dll'  #<-- for 64 bit
installations, make sure this path is correct!!

So for example in my installation my setting looked like this:
GDAL_LIBRARY_PATH = 'C:/OSGeo4W64/bin/gdal111.dll'

Hope this helps,
Alexei


Director of Web Development - Farallon Geographics, Inc. - 971.227.3173

On Mon, Jun 29, 2015 at 2:05 PM, Mohamed Zamdin <[email protected]> wrote:

> Hi Everyone,
>
> I am installing Arches-HIP and I'm stuck at step 6, setting up
> elasticseach.
>
> #6. Install ElasticSearch
>
> Navigate to the directory containing manage.py:
>
> (ENV)$ cd my_hip_app/
> (ENV)$ python manage.py packages -o setup_elasticsearch
>
> The below is the error that I am getting, any help would be grateful.
>
>
>
> --
> -- To post, send email to [email protected]. To unsubscribe,
> send email to [email protected]. For more
> information, visit https://groups.google.com/d/forum/archesproject?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Arches Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to