Re: [Arches] Re: installation erros

2016-05-26 Thread Ellie K. Stathopoulou
Thanks Adam! Now it works I think!!! Very helpful advice! On Wednesday, April 27, 2016 at 5:58:42 PM UTC+3, Adam Cox wrote: > > Hi Ellie, looks like your virtual environment wasn't activated when you > tried to run that command. > > On Wed, Apr 27, 2016 at 8:48 AM, Ellie K. Stathopoulou > wrote:

Re: [Arches] Re: installation erros

2016-04-27 Thread Adam Cox
Hi Ellie, looks like your virtual environment wasn't activated when you tried to run that command. On Wed, Apr 27, 2016 at 8:48 AM, Ellie K. Stathopoulou wrote: > >

Re: [Arches] Re: installation erros

2016-04-27 Thread Ellie K. Stathopoulou
Hey Adam, Thank

Re: [Arches] Re: installation erros

2016-04-27 Thread Adam Cox
Hi Ellie, I did some more testing, and I think this may be due to the version of pip that comes with the virtualenv you have. I was just able to successfully install with these steps: 1. run command prompt as adminstrator 2. create new virtualenv (you can delete all of your previous ones if you w

Re: [Arches] Re: installation erros

2016-04-27 Thread Ellie K. Stathopoulou
Hey Adams, Thanks f

Re: [Arches] Re: installation erros

2016-04-26 Thread Adam Cox
Hi Ellie, try opening your command prompt as the administrator, and here's how you can do it: https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=run%20command%20prompt%20as%20administrator. I never had to do this until I was using Windows 10, but it looks like that may sol

Re: [Arches] Re: installation erros

2016-04-26 Thread Ellie K. Stathopoulou
Hey Adam, Tha

Re: [Arches] Re: installation erros

2016-04-25 Thread Adam Cox
Ellie, it looks like the pip install arches command didn't run correctly. Can you create a new virtual environment and try pip installing arches there brand new? Or you could run pip uninstall arches and then pip install arches in your existing ENV. On Mon, Apr 25, 2016 at 9:08 AM, Ellie K. Stath

[Arches] Re: installation erros

2016-04-25 Thread Ellie K. Stathopoulou
Dear Adam, you are right, I had other typos as well. Unfortunately, now I am back to one of the first errors I got about unicodecsv. Any idea about that? On Thursday

Re: [Arches] Re: installation erros

2016-04-25 Thread Adam Cox
Hi Ellie, that line in the settings.py should read, in its entirety, DATABASES['default']['POSTGIS_TEMPLATE'] = 'template_postgis_20' The (PACKAGE_NAME) on the end is causing an error. As for the "package" error, you should be using the word "packages" instead. Adam On Mon, Apr 25, 2016 at 4:53

[Arches] Re: installation erros

2016-04-25 Thread Ellie K. Stathopoulou
Dear Adam, I removed the "%" sign as you suggested - it was indeed a typo. However, now when I get this command I get "Type error 'str' object is not callable" and wh

[Arches] Re: installation erros

2016-04-22 Thread Adam Cox
Hi Ellie, I think there are a couple of small issues going on, and the first one may be all you need to worry about. It's just a syntax error in your settings.py file. The postgis template line should look like this: DATABASES['default']['POSTGIS_TEMPLATE'] = 'postgis_20_sample' However, based

[Arches] Re: installation erros

2016-04-21 Thread Ellie K. Stathopoulou
forgot to post the second error On Thursday, April 21, 2016 at 5:05:45 PM UTC+3, Ellie K. Stathopoulou wrote: > > >