Roundup Tracker - Issues

Issue 623963

classification
Scripts missing double quotes
Type: Severity: normal
Components: Installation Versions:
process
Status: closed fixed
:
: richard : mikethompson, richard
Priority: normal :

Created on 2002-10-16 07:47 by anonymous, last changed 2002-10-16 07:47 by anonymous.

Messages
msg448 Author: [hidden] (anonymous) Date: 2002-10-16 07:47
The batch files in "build\scripts-2.2" do not have double 
quotes (") around the name of the python executable, 
and they should. This works if python is installed in a 
folder with no embeded spaces, and fails otherwise. 

I.e.  if python is in "C:\python2" then it works
however if python is in "C:\Prog Files\python" then it 
failes because the embeded space in the path causes 
problems.

-Mike Thompson
msg449 Author: [hidden] (mikethompson) Date: 2002-10-16 11:34
Logged In: YES 
user_id=630223

See lines 89 and 90 of setup.py   (version 0.5.1)

-Mike Thompson
History
Date User Action Args
2002-10-16 07:47:08anonymouscreate