Comment 4 for bug 315223

Revision history for this message
Jeroen Michiel (jmichiel) wrote : Re: Windows paths with spaces in it break precompile

this is the output I get if I don't specify an eggs-dir:

(groktest) D:\groktest>grokproject Sample
Enter user (Name of an initial administrator user): grok
Enter passwd (Password for the initial administrator user):
Downloading info about versions...
Invoking zc.buildout...
Develop: 'D:\\groktest\\Sample\\.'
Installing eggbasket.
Getting distribution for 'grok==1.0a1'.
eggbasket: Distributions are not installed. A tarball will be downloaded.
eggbasket: Distributions are not installed. A tarball will be downloaded.
eggbasket: Downloading http://grok.zope.org/releaseinfo/grok-eggs-1.0a1.tgz ...
eggbasket: Downloading http://grok.zope.org/releaseinfo/grok-eggs-1.0a1.tgz ...
eggbasket: Finished downloading.
eggbasket: Finished downloading.
eggbasket: Extracting tarball contents...
eggbasket: Extracting tarball contents...
eggbasket: Installing eggs to C:\Documents and Settings\jm\.buildout\eggs which will take a while...
eggbasket: Installing eggs to C:\Documents and Settings\jm\.buildout\eggs which will take a while...
Getting distribution for 'grok==1.0a1'.
Traceback (most recent call last):
  File "C:\Python24\Lib\py_compile.py", line 164, in ?
    main()
  File "C:\Python24\Lib\py_compile.py", line 159, in main
    compile(filename, doraise=True)
  File "C:\Python24\Lib\py_compile.py", line 115, in compile
    f = open(file, 'U')
IOError: [Errno 2] No such file or directory: 'c:\\documents'
Traceback (most recent call last):
  File "C:\Python24\Lib\py_compile.py", line 164, in ?
    main()
  File "C:\Python24\Lib\py_compile.py", line 159, in main
    compile(filename, doraise=True)
  File "C:\Python24\Lib\py_compile.py", line 115, in compile
    f = open(file, 'U')
IOError: [Errno 2] No such file or directory: 'c:\\documents'
Traceback (most recent call last):
  File "C:\Python24\Lib\py_compile.py", line 164, in ?
    main()
  File "C:\Python24\Lib\py_compile.py", line 159, in main
    compile(filename, doraise=True)
  File "C:\Python24\Lib\py_compile.py", line 115, in compile
    f = open(file, 'U')
IOError: [Errno 2] No such file or directory: 'c:\\documents'
.
.
.