Comment #2 on issue 234 by pekka.klarck: Installation using install.py fails if Python is installed into a path with spaces
http://code.google.com/p/robotframework/issues/detail?id=234

Notice that installation is still likely to fail if the source is unzipped or checked out into a directory with spaces in path. Handling also that isn't exactly trivial as issue 166 shows. In there the final solution was to call Python script directly (i.e. without having sys.executable) but that doesn't work here since it will use system's default Python and we want to use the same sys.executable that was used to start
install.py to run also setup.py.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to