Alexei, Thank you very much for taking the time to update the documentation. I will give this a try and will let you know if things do go smoothly or not. Thanks again.
Regards, Joel On Thu, Jul 2, 2015 at 1:57 PM, Alexei Peters <[email protected]> wrote: > Hi Joel, > I've just posted an item on the forum about installing on Windows > machines. > https://groups.google.com/forum/#!topic/archesproject/j3IRReGnrTA > Have a look and let me know if that helps. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Tue, Jun 30, 2015 at 9:07 AM, Alexei Peters <[email protected]> wrote: > >> Hi Joel, >> I'll try and have the documentation updated today. >> Cheers, >> Alexei >> >> Sent from my Windows Phone >> ------------------------------ >> From: Joel Aldor <[email protected]> >> Sent: 6/29/2015 5:28 PM >> To: [email protected]; [email protected] >> Cc: [email protected] >> Subject: Re: [Arches] ImportError: Cannot import name DataSource >> >> Would it be possible that the documentation be updated for Windows, >> especially for 64-bit? Thank you. >> >> On Tuesday, June 30, 2015 at 6:04:00 AM UTC+8, Alexei Peters wrote: >>> >>> 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. >> > > -- -- 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.
