[Grok-dev] Installing 0.14.1 on Windows XP

Jeroen Michiel jmichiel at yahoo.com
Tue Jan 13 11:10:31 EST 2009




Martijn Faassen-2 wrote:
> 
> [...]
> Is it because 
> that eggs directory is in Documents and Settings and do the spaces in 
> the path names lead to problems? 
> [...]
> 

Exactly!

This is the output I get:

(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'
...
etc.etc.etc.
-- 
View this message in context: http://www.nabble.com/Installing-0.14.1-on-Windows-XP-tp21309146p21438875.html
Sent from the Grok mailing list archive at Nabble.com.



More information about the Grok-dev mailing list