Friends --
As a novice, I was pleased that I have been able to get as far as I have, through installing PostgreSQL, GEOS, Python and the JDK. But I am now stumped by an error message running the bat file in archesproject/install, install_dependencies.bat (as well as install.py).
Below is the error message. The directory "virtualenv" does not have a subdirectory "ENV" so I assume the directory and scripts are created on the fly? This seems to be a command in the file virtualenv.py, but I am a little lost on how to troubleshoot this..
python: can't open file 'C:\Program': [Errno 2] No such file or directory
Traceback (most recent call last):
File "C:\Program Files\arches-web\archesproject\install\install.py", line 48, in <module>
execfile(activate_this, dict(__file__=activate_this))
IOError: [Errno 2] No such file or directory: 'C:\\Program Files\\arches-web\\archesproject\\virtualenv\\ENV\\Scripts\\activate_this.py'
Any help would be much appreciated.
Thanks
Peter Stott