Thank you Adam very much for sharing the batch script.  I ran it (Win 7 
64-bit) and ran into some errors.  

C:\Python27Arches was not created
C:\ENV was not installed within C:\ArchesProjects though Arches did install 
there.  

Here is the truncated output from the script:

Downloading Python 2.7.13...
The term 'Invoke-WebRequest' is not recognized as the name of a cmdlet, 
functio
n, script file, or operable program. Check the spelling of the name, or if 
a pa
th was included, verify that the path is correct and try again.
At line:1 char:18
+ Invoke-WebRequest <<<<  
https://www.python.org/ftp/python/2.7.13/python-2.7.1
3.amd64.msi -OutFile C:\ArchesProjects\python-2.7.13.amd64.msi
    + CategoryInfo          : ObjectNotFound: (Invoke-WebRequest:String) 
[], C
   ommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    download complete.
Creating Python installation in C:\Python27Arches...
    installation complete.
Getting pip...
The term 'Invoke-WebRequest' is not recognized as the name of a cmdlet, 
functio
n, script file, or operable program. Check the spelling of the name, or if 
a pa
th was included, verify that the path is correct and try again.
At line:1 char:18
+ Invoke-WebRequest <<<<  https://bootstrap.pypa.io/get-pip.py -OutFile 
C:\Arch
esProjects\get-pip.py
    + CategoryInfo          : ObjectNotFound: (Invoke-WebRequest:String) 
[], C
   ommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

The system cannot find the path specified.
    pip installed.
Installing virtualenv 15.1.0
The system cannot find the path specified.
    installation complete.
Creating virtualenv in C:\ArchesProjects\ENV
The system cannot find the path specified.
    virtualenv created.
Downloading and installing Shapely into ENV
The term 'Invoke-WebRequest' is not recognized as the name of a cmdlet, 
functio
n, script file, or operable program. Check the spelling of the name, or if 
a pa
th was included, verify that the path is correct and try again.
At line:1 char:18
+ Invoke-WebRequest <<<<  
http://legiongis.com/local/Shapely-1.5.17-cp27-cp27m-
win_amd64.whl -OutFile 
C:\ArchesProjects\Shapely-1.5.17-cp27-cp27m-win_amd64.wh
l
    + CategoryInfo          : ObjectNotFound: (Invoke-WebRequest:String) 
[], C
   ommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

The system cannot find the path specified.
'pip' is not recognized as an internal or external command,
operable program or batch file.
    shapely installed.
Press any key to continue . . .

###And then after downloading:

running install_scripts
copying build\scripts-2.7\arches-project -> C:\Python27\Scripts
New python executable in 
C:\ArchesProjects\arches\virtualenv\ENV\Scripts\python.
exe
Installing setuptools, pip...done.
Downloading/unpacking setuptools from 
https://pypi.python.org/packages/de/b2/b63
accae9aa1a4cf02e03c7522102f686a1bd9b8b1b847716198152d2c63/setuptools-34.3.2-py2.
py3-none-any.whl#md5=0d9c6a1da32797da04bde303e4d623d9
Downloading/unpacking appdirs>=1.4.0 (from setuptools)
  Downloading appdirs-1.4.3-py2.py3-none-any.whl
Downloading/unpacking six>=1.6.0 (from setuptools)
  Downloading six-1.10.0-py2.py3-none-any.whl
Downloading/unpacking packaging>=16.8 (from setuptools)
  Downloading packaging-16.8-py2.py3-none-any.whl
Downloading/unpacking pyparsing (from packaging>=16.8->setuptools)
Installing collected packages: setuptools, appdirs, six, packaging, 
pyparsing
  Found existing installation: setuptools 2.1
    Uninstalling setuptools:
      Successfully uninstalled setuptools
Successfully installed setuptools appdirs six packaging pyparsing
Cleaning up...
Could not open requirements file: [Errno 2] No such file or directory: 
'C:\\Arch
esProjects\\arches\\virtualenv\\ENV\\Lib\\site-packages\\arches\\install\\requir
ements.txt'
Storing debug log for failure in C:\Users\branting\pip\pip.log
error: 
C:\ArchesProjects\arches\virtualenv\ENV\Lib\site-packages\arches\install\
django_overrides\admin.py: No such file or directory
arches installed
Press any key to continue . . .

###Then the bower install completes

Press any key to continue . . .

Getting basic settings_local.py file...
The term 'Invoke-WebRequest' is not recognized as the name of a cmdlet, 
functio
n, script file, or operable program. Check the spelling of the name, or if 
a pa
th was included, verify that the path is correct and try again.
At line:1 char:18
+ Invoke-WebRequest <<<<  
http://legiongis.com/local/settings_local_Windows64.p
y -OutFile C:\ArchesProjects\arches\arches\settings_local.py
    + CategoryInfo          : ObjectNotFound: (Invoke-WebRequest:String) 
[], C
   ommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

setting up the db
Traceback (most recent call last):
  File "manage.py", line 22, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
db setup complete
Press any key to continue . . .

###And the script ends.

Scott


-- 
-- 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