Re: [Arches] Arches v4 installation on Windows 7

2017-04-07 Thread Scott Branting
Dear Adam, Sorry, I hadn't seen your question there. The GDAL path is in the message above, C:/OSGeo4W64/bin/gdal201.dll However, gdal201.dll isn't showing up in other installs, so it might not be so standard. Thanks. I'm always happy to be a test subject. Scott ASOR CHI -- -- To post,

Re: [Arches] Arches v4 installation on Windows 7

2017-03-28 Thread Scott Branting
Dear Adam, Success! So there were three issues with the settings_local.py file. If one goes through step 5 of https://github.com/archesproject/arches/wiki/Developer-Installation at this stage it will work. 1. I needed to add the Mapbox key that I had previously set up. 2. I needed to change

Re: [Arches] Arches v4 installation on Windows 7

2017-03-28 Thread Adam Cox
Hi Scott, that error comes from an incorrect path to GDAL (or not having GDAL installed, which I don't believe is the case). Please open the settings_local.py file that you find in arches\arches and check the GDAL_LIBRARY_PATH you see there against the actually .dll file on your system. It's

Re: [Arches] Arches v4 installation on Windows 7

2017-03-24 Thread Scott Branting
Dear Adam, It is getting closer and it did solve the password issue. This time it ran into a windows error further down. (ENV) C:\ArchesProjects\arches>python manage.py runserver Unhandled exception in thread started by Traceback (most recent call last): File

Re: [Arches] Arches v4 installation on Windows 7

2017-03-24 Thread Adam Cox
Hi Scott, I just made an update. Can you re-download the script (or git pull if you cloned it) and try again? Be sure to remove the previous one if necessary. Let me know if that works. On Fri, Mar 24, 2017 at 5:10 PM, Scott Branting wrote: > Dear Adam, > > Thank you

Re: [Arches] Arches v4 installation on Windows 7

2017-03-24 Thread Scott Branting
Dear Adam, Thank you very much. That works almost perfectly. It ran without any errors. However, when I run the django server I get a password error for postgres. django.db.utils.OperationalError: FATAL: password authentication failed for use r "postgres" In the trial install I just used

Re: [Arches] Arches v4 installation on Windows 7

2017-03-20 Thread Scott Branting
Thank you Adam. I'll keep an eye out for the updated bat file when you get to it. Scott -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send email to archesproject+unsubscr...@googlegroups.com. For more information, visit

Re: [Arches] Arches v4 installation on Windows 7

2017-03-20 Thread Adam Cox
Ah, a significant problem. Looks like the download command I was using isn't recognized on your OS. I will change all of the downloading to use curl (which most folks will have if they begin installing arches) and see how that goes... On Mon, Mar 20, 2017 at 11:10 PM, Scott Branting

Re: [Arches] Arches v4 installation on Windows 7

2017-03-19 Thread Adam Cox
Scott, I think that this may actually go back to pip. I thought the included versions of pip were sufficient in 2.7.13 and then virtualenv 15, but now I am not so sure. In the meantime, I'm hopeful that I have a better solution for you. I've been working on this batch script over the last week,

Re: [Arches] Arches v4 installation on Windows 7

2017-03-19 Thread Scott Branting
Dear Adam, Thank you for the quick reply. I did install shapely separately successfully with the troubleshooting instructions when I had Python 2.7.6 installed. But I ran into this same issue at this step as copied in the original post. I then noticed the update to the documentation that

Re: [Arches] Arches v4 installation on Windows 7

2017-03-19 Thread Adam Cox
Hi Scott, glad you are able to check out that documentation. First, though it's not the guardian module, I'd like to confirm that you installed shapely separately? You need to do that on windows... As for guardian, it is one of the modules that is installed with python setup.py install, so if

[Arches] Arches v4 installation on Windows 7

2017-03-19 Thread Scott Branting
We've been working on a test install of Arches v4. We've run into an issue with the install that the recent updates of the Dev Installation notes haven't yet covered. Off the Dev Installation notes under Getting Started we can't get the setup db command to run. We get a missing module error