[Grok-dev] Grok installation problem on winsdow XP
DIVINE PAUL
Paul.Divine at alcatel-lucent.com
Thu Jun 3 03:08:26 EDT 2010
Hi,
I try to install grok on windows XP.
I used the grok site installation method.
python ez_setup.py
set HTTP_PROXY=http://dxxxx:xxxx@xxxxalcatel.fr:xxx/
easy_install grokproject
grokproject mygrokprojectname
But an but the following error occurred.
IOError: [Errno 22] invalid mode ('r') or filename: 'H:.buildout\\H:.buildout\\default.cfg'
Is there a workaround to install grok.
Thanks in advance for your help.
Best regards,
Paul
Here is the full operation description.
D:\DATA\disque_d\DATA\grok_02>python
Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
D:\DATA\disque_d\DATA\grok_02>dir
Le volume dans le lecteur D s'appelle DATA
Le numéro de série du volume est 303B-94F3
Répertoire de D:\DATA\disque_d\DATA\grok_02
02/06/2010 12:36 <REP> .
02/06/2010 12:36 <REP> ..
02/06/2010 12:36 10 285 ez_setup.py
1 fichier(s) 10 285 octets
2 Rép(s) 33 383 272 448 octets libres
D:\DATA\disque_d\DATA\grok_02>python ez_setup.py
Setuptools version 0.6c11 or greater has been installed.
(Run "ez_setup.py -U setuptools" to reinstall or upgrade.)
D:\DATA\disque_d\DATA\grok_02>set HTTP_PROXY=http://dxxxx:xxxx@xxxxalcatel.fr:xxx/
D:\DATA\disque_d\DATA\grok_02>easy_install grokproject
Searching for grokproject
Reading http://pypi.python.org/simple/grokproject/
Reading https://launchpad.net/grok
Download error: [Errno 10060] Une tentative de connexion a ÚchouÚ car le parti connectÚ n'a pas rÚpondu convenablement au-delÓ d'une certaine durÚe ou une connexion Útablie a Úchou
Best match: grokproject 2.0.1
Downloading http://pypi.python.org/packages/source/g/grokproject/grokproject-2.0.1.tar.gz#md5=3d0721575b7d1e0d9e2d57e9344ae54b
Processing grokproject-2.0.1.tar.gz
Running grokproject-2.0.1\setup.py -q bdist_egg --dist-dir d:\docume~1\divine1\locals~1\temp\easy_install-p5xwf2\grokproject-2.0.1\egg-dist-tmp-d_rklt
Adding grokproject 2.0.1 to easy-install.pth file
Installing grokproject-script.py script to C:\Python26\Scripts
Installing grokproject.exe script to C:\Python26\Scripts
Installing grokproject.exe.manifest script to C:\Python26\Scripts
Installed c:\python26\lib\site-packages\grokproject-2.0.1-py2.6.egg
Processing dependencies for grokproject
Searching for PasteScript>=1.6
Reading http://pypi.python.org/simple/PasteScript/
Reading http://pythonpaste.org/script/
Best match: PasteScript 1.7.3
Downloading http://pypi.python.org/packages/source/P/PasteScript/PasteScript-1.7.3.tar.gz#md5=9101a3a23809d3413b39ba8b75dd0bce
Processing PasteScript-1.7.3.tar.gz
Running PasteScript-1.7.3\setup.py -q bdist_egg --dist-dir d:\docume~1\divine1\locals~1\temp\easy_install-edps1u\PasteScript-1.7.3\egg-dist-tmp-ib2dou
warning: no previously-included files matching '*' found under directory 'docs\_build\_sources'
Installed d:\docume~1\divine1\locals~1\temp\easy_install-edps1u\pastescript-1.7.3\temp\easy_install-k91sgk\pastedeploy-1.3.3\paste-1.7.3.1-py2.6.egg
writing requirements to PasteDeploy.egg-info\requires.txt
writing PasteDeploy.egg-info\PKG-INFO
writing namespace_packages to PasteDeploy.egg-info\namespace_packages.txt
writing top-level names to PasteDeploy.egg-info\top_level.txt
writing dependency_links to PasteDeploy.egg-info\dependency_links.txt
writing entry points to PasteDeploy.egg-info\entry_points.txt
reading manifest file 'PasteDeploy.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'docs\rebuild'
writing manifest file 'PasteDeploy.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\paste
copying paste\__init__.py -> build\lib\paste
creating build\lib\paste\deploy
copying paste\deploy\config.py -> build\lib\paste\deploy
copying paste\deploy\converters.py -> build\lib\paste\deploy
copying paste\deploy\epdesc.py -> build\lib\paste\deploy
copying paste\deploy\interfaces.py -> build\lib\paste\deploy
copying paste\deploy\loadwsgi.py -> build\lib\paste\deploy
copying paste\deploy\paster_templates.py -> build\lib\paste\deploy
copying paste\deploy\__init__.py -> build\lib\paste\deploy
creating build\lib\paste\deploy\util
copying paste\deploy\util\fixtypeerror.py -> build\lib\paste\deploy\util
copying paste\deploy\util\threadinglocal.py -> build\lib\paste\deploy\util
copying paste\deploy\util\__init__.py -> build\lib\paste\deploy\util
creating build\lib\paste\deploy\paster_templates
creating build\lib\paste\deploy\paster_templates\paste_deploy
creating build\lib\paste\deploy\paster_templates\paste_deploy\+package+
copying paste\deploy\paster_templates\paste_deploy\+package+\sampleapp.py_tmpl -> build\lib\paste\deploy\paster_templates\paste_deploy\+package+
copying paste\deploy\paster_templates\paste_deploy\+package+\wsgiapp.py_tmpl -> build\lib\paste\deploy\paster_templates\paste_deploy\+package+
creating build\lib\paste\deploy\paster_templates\paste_deploy\docs
copying paste\deploy\paster_templates\paste_deploy\docs\devel_config.ini_tmpl -> build\lib\paste\deploy\paster_templates\paste_deploy\docs
creating build\bdist.win32
creating build\bdist.win32\egg
creating build\bdist.win32\egg\paste
creating build\bdist.win32\egg\paste\deploy
copying build\lib\paste\deploy\config.py -> build\bdist.win32\egg\paste\deploy
copying build\lib\paste\deploy\converters.py -> build\bdist.win32\egg\paste\deploy
copying build\lib\paste\deploy\epdesc.py -> build\bdist.win32\egg\paste\deploy
copying build\lib\paste\deploy\interfaces.py -> build\bdist.win32\egg\paste\deploy
copying build\lib\paste\deploy\loadwsgi.py -> build\bdist.win32\egg\paste\deploy
creating build\bdist.win32\egg\paste\deploy\paster_templates
creating build\bdist.win32\egg\paste\deploy\paster_templates\paste_deploy
creating build\bdist.win32\egg\paste\deploy\paster_templates\paste_deploy\+package+
copying build\lib\paste\deploy\paster_templates\paste_deploy\+package+\sampleapp.py_tmpl -> build\bdist.win32\egg\paste\deploy\paster_templates\paste_deploy\+package+
copying build\lib\paste\deploy\paster_templates\paste_deploy\+package+\wsgiapp.py_tmpl -> build\bdist.win32\egg\paste\deploy\paster_templates\paste_deploy\+package+
creating build\bdist.win32\egg\paste\deploy\paster_templates\paste_deploy\docs
copying build\lib\paste\deploy\paster_templates\paste_deploy\docs\devel_config.ini_tmpl -> build\bdist.win32\egg\paste\deploy\paster_templates\paste_deploy\docs
copying build\lib\paste\deploy\paster_templates.py -> build\bdist.win32\egg\paste\deploy
creating build\bdist.win32\egg\paste\deploy\util
copying build\lib\paste\deploy\util\fixtypeerror.py -> build\bdist.win32\egg\paste\deploy\util
copying build\lib\paste\deploy\util\threadinglocal.py -> build\bdist.win32\egg\paste\deploy\util
copying build\lib\paste\deploy\util\__init__.py -> build\bdist.win32\egg\paste\deploy\util
copying build\lib\paste\deploy\__init__.py -> build\bdist.win32\egg\paste\deploy
copying build\lib\paste\__init__.py -> build\bdist.win32\egg\paste
byte-compiling build\bdist.win32\egg\paste\deploy\config.py to config.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\converters.py to converters.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\epdesc.py to epdesc.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\interfaces.py to interfaces.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\loadwsgi.py to loadwsgi.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\paster_templates.py to paster_templates.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\util\fixtypeerror.py to fixtypeerror.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\util\threadinglocal.py to threadinglocal.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\util\__init__.py to __init__.pyc
byte-compiling build\bdist.win32\egg\paste\deploy\__init__.py to __init__.pyc
byte-compiling build\bdist.win32\egg\paste\__init__.py to __init__.pyc
creating build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\entry_points.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\namespace_packages.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\not-zip-safe -> build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteDeploy.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO
creating 'd:\docume~1\divine1\locals~1\temp\easy_install-edps1u\PasteScript-1.7.3\temp\easy_install-k91sgk\PasteDeploy-1.3.3\egg-dist-tmp-rwdpbq\PasteDeploy-1.3.3-py2.6.egg' and ad
removing 'build\bdist.win32\egg' (and everything under it)
creating d:\docume~1\divine1\locals~1\temp\easy_install-edps1u\pastescript-1.7.3\pastedeploy-1.3.3-py2.6.egg
Extracting pastedeploy-1.3.3-py2.6.egg to d:\docume~1\divine1\locals~1\temp\easy_install-edps1u\pastescript-1.7.3
Installed d:\docume~1\divine1\locals~1\temp\easy_install-edps1u\pastescript-1.7.3\pastedeploy-1.3.3-py2.6.egg
Searching for Paste>=1.3
Reading http://pypi.python.org/simple/Paste/
Reading http://pythonpaste.org
Best match: Paste 1.7.3.1
Downloading http://pypi.python.org/packages/source/P/Paste/Paste-1.7.3.1.tar.gz#md5=743deb94d3f54ba25522f7d5116a90f8
Processing Paste-1.7.3.1.tar.gz
Running Paste-1.7.3.1\setup.py -q bdist_egg --dist-dir d:\docume~1\divine1\locals~1\temp\easy_install-edps1u\PasteScript-1.7.3\temp\easy_install-diizna\Paste-1.7.3.1\egg-dist-tmp-m
warning: no previously-included files matching '*' found under directory 'docs\_build\_sources'
Installed d:\docume~1\divine1\locals~1\temp\easy_install-edps1u\pastescript-1.7.3\paste-1.7.3.1-py2.6.egg
writing requirements to PasteScript.egg-info\requires.txt
writing PasteScript.egg-info\PKG-INFO
writing namespace_packages to PasteScript.egg-info\namespace_packages.txt
writing top-level names to PasteScript.egg-info\top_level.txt
writing dependency_links to PasteScript.egg-info\dependency_links.txt
writing entry points to PasteScript.egg-info\entry_points.txt
reading manifest file 'PasteScript.egg-info\SOURCES.txt'
writing manifest file 'PasteScript.egg-info\SOURCES.txt'
installing library code to build\bdist.win32\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\paste
copying paste\__init__.py -> build\lib\paste
creating build\lib\paste\script
copying paste\script\appinstall.py -> build\lib\paste\script
copying paste\script\bool_optparse.py -> build\lib\paste\script
copying paste\script\cgi_server.py -> build\lib\paste\script
copying paste\script\checkperms.py -> build\lib\paste\script
copying paste\script\cherrypy_server.py -> build\lib\paste\script
copying paste\script\command.py -> build\lib\paste\script
copying paste\script\copydir.py -> build\lib\paste\script
copying paste\script\create_distro.py -> build\lib\paste\script
copying paste\script\default_sysconfig.py -> build\lib\paste\script
copying paste\script\entrypoints.py -> build\lib\paste\script
copying paste\script\epdesc.py -> build\lib\paste\script
copying paste\script\exe.py -> build\lib\paste\script
copying paste\script\filemaker.py -> build\lib\paste\script
copying paste\script\flup_server.py -> build\lib\paste\script
copying paste\script\grep.py -> build\lib\paste\script
copying paste\script\help.py -> build\lib\paste\script
copying paste\script\interfaces.py -> build\lib\paste\script
copying paste\script\pluginlib.py -> build\lib\paste\script
copying paste\script\request.py -> build\lib\paste\script
copying paste\script\serve.py -> build\lib\paste\script
copying paste\script\templates.py -> build\lib\paste\script
copying paste\script\testapp.py -> build\lib\paste\script
copying paste\script\twisted_web2_server.py -> build\lib\paste\script
copying paste\script\wsgiutils_server.py -> build\lib\paste\script
copying paste\script\__init__.py -> build\lib\paste\script
creating build\lib\paste\script\util
copying paste\script\util\logging_config.py -> build\lib\paste\script\util
copying paste\script\util\secret.py -> build\lib\paste\script\util
copying paste\script\util\string24.py -> build\lib\paste\script\util
copying paste\script\util\subprocess24.py -> build\lib\paste\script\util
copying paste\script\util\uuid.py -> build\lib\paste\script\util
copying paste\script\util\__init__.py -> build\lib\paste\script\util
creating build\lib\paste\script\wsgiserver
copying paste\script\wsgiserver\__init__.py -> build\lib\paste\script\wsgiserver
creating build\lib\paste\script\paster-templates
creating build\lib\paste\script\paster-templates\basic_package
copying paste\script\paster-templates\basic_package\setup.cfg -> build\lib\paste\script\paster-templates\basic_package
copying paste\script\paster-templates\basic_package\setup.py_tmpl -> build\lib\paste\script\paster-templates\basic_package
creating build\lib\paste\script\paster-templates\basic_package\+package+
copying paste\script\paster-templates\basic_package\+package+\__init__.py -> build\lib\paste\script\paster-templates\basic_package\+package+
creating build\bdist.win32
creating build\bdist.win32\egg
creating build\bdist.win32\egg\paste
creating build\bdist.win32\egg\paste\script
copying build\lib\paste\script\appinstall.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\bool_optparse.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\cgi_server.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\checkperms.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\cherrypy_server.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\command.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\copydir.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\create_distro.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\default_sysconfig.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\entrypoints.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\epdesc.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\exe.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\filemaker.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\flup_server.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\grep.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\help.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\interfaces.py -> build\bdist.win32\egg\paste\script
creating build\bdist.win32\egg\paste\script\paster-templates
creating build\bdist.win32\egg\paste\script\paster-templates\basic_package
creating build\bdist.win32\egg\paste\script\paster-templates\basic_package\+package+
copying build\lib\paste\script\paster-templates\basic_package\+package+\__init__.py -> build\bdist.win32\egg\paste\script\paster-templates\basic_package\+package+
copying build\lib\paste\script\paster-templates\basic_package\setup.cfg -> build\bdist.win32\egg\paste\script\paster-templates\basic_package
copying build\lib\paste\script\paster-templates\basic_package\setup.py_tmpl -> build\bdist.win32\egg\paste\script\paster-templates\basic_package
copying build\lib\paste\script\pluginlib.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\request.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\serve.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\templates.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\testapp.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\twisted_web2_server.py -> build\bdist.win32\egg\paste\script
creating build\bdist.win32\egg\paste\script\util
copying build\lib\paste\script\util\logging_config.py -> build\bdist.win32\egg\paste\script\util
copying build\lib\paste\script\util\secret.py -> build\bdist.win32\egg\paste\script\util
copying build\lib\paste\script\util\string24.py -> build\bdist.win32\egg\paste\script\util
copying build\lib\paste\script\util\subprocess24.py -> build\bdist.win32\egg\paste\script\util
copying build\lib\paste\script\util\uuid.py -> build\bdist.win32\egg\paste\script\util
copying build\lib\paste\script\util\__init__.py -> build\bdist.win32\egg\paste\script\util
creating build\bdist.win32\egg\paste\script\wsgiserver
copying build\lib\paste\script\wsgiserver\__init__.py -> build\bdist.win32\egg\paste\script\wsgiserver
copying build\lib\paste\script\wsgiutils_server.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\script\__init__.py -> build\bdist.win32\egg\paste\script
copying build\lib\paste\__init__.py -> build\bdist.win32\egg\paste
byte-compiling build\bdist.win32\egg\paste\script\appinstall.py to appinstall.pyc
byte-compiling build\bdist.win32\egg\paste\script\bool_optparse.py to bool_optparse.pyc
byte-compiling build\bdist.win32\egg\paste\script\cgi_server.py to cgi_server.pyc
byte-compiling build\bdist.win32\egg\paste\script\checkperms.py to checkperms.pyc
byte-compiling build\bdist.win32\egg\paste\script\cherrypy_server.py to cherrypy_server.pyc
byte-compiling build\bdist.win32\egg\paste\script\command.py to command.pyc
byte-compiling build\bdist.win32\egg\paste\script\copydir.py to copydir.pyc
byte-compiling build\bdist.win32\egg\paste\script\create_distro.py to create_distro.pyc
byte-compiling build\bdist.win32\egg\paste\script\default_sysconfig.py to default_sysconfig.pyc
byte-compiling build\bdist.win32\egg\paste\script\entrypoints.py to entrypoints.pyc
byte-compiling build\bdist.win32\egg\paste\script\epdesc.py to epdesc.pyc
byte-compiling build\bdist.win32\egg\paste\script\exe.py to exe.pyc
byte-compiling build\bdist.win32\egg\paste\script\filemaker.py to filemaker.pyc
byte-compiling build\bdist.win32\egg\paste\script\flup_server.py to flup_server.pyc
byte-compiling build\bdist.win32\egg\paste\script\grep.py to grep.pyc
byte-compiling build\bdist.win32\egg\paste\script\help.py to help.pyc
byte-compiling build\bdist.win32\egg\paste\script\interfaces.py to interfaces.pyc
byte-compiling build\bdist.win32\egg\paste\script\paster-templates\basic_package\+package+\__init__.py to __init__.pyc
byte-compiling build\bdist.win32\egg\paste\script\pluginlib.py to pluginlib.pyc
byte-compiling build\bdist.win32\egg\paste\script\request.py to request.pyc
byte-compiling build\bdist.win32\egg\paste\script\serve.py to serve.pyc
byte-compiling build\bdist.win32\egg\paste\script\templates.py to templates.pyc
byte-compiling build\bdist.win32\egg\paste\script\testapp.py to testapp.pyc
byte-compiling build\bdist.win32\egg\paste\script\twisted_web2_server.py to twisted_web2_server.pyc
byte-compiling build\bdist.win32\egg\paste\script\util\logging_config.py to logging_config.pyc
byte-compiling build\bdist.win32\egg\paste\script\util\secret.py to secret.pyc
byte-compiling build\bdist.win32\egg\paste\script\util\string24.py to string24.pyc
byte-compiling build\bdist.win32\egg\paste\script\util\subprocess24.py to subprocess24.pyc
byte-compiling build\bdist.win32\egg\paste\script\util\uuid.py to uuid.pyc
byte-compiling build\bdist.win32\egg\paste\script\util\__init__.py to __init__.pyc
byte-compiling build\bdist.win32\egg\paste\script\wsgiserver\__init__.py to __init__.pyc
byte-compiling build\bdist.win32\egg\paste\script\wsgiutils_server.py to wsgiutils_server.pyc
byte-compiling build\bdist.win32\egg\paste\script\__init__.py to __init__.pyc
byte-compiling build\bdist.win32\egg\paste\__init__.py to __init__.pyc
creating build\bdist.win32\egg\EGG-INFO
installing scripts to build\bdist.win32\egg\EGG-INFO\scripts
running install_scripts
running build_scripts
creating build\scripts-2.6
copying and adjusting scripts\paster -> build\scripts-2.6
creating build\bdist.win32\egg\EGG-INFO\scripts
copying build\scripts-2.6\paster -> build\bdist.win32\egg\EGG-INFO\scripts
copying PasteScript.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO
copying PasteScript.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteScript.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteScript.egg-info\entry_points.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteScript.egg-info\namespace_packages.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteScript.egg-info\not-zip-safe -> build\bdist.win32\egg\EGG-INFO
copying PasteScript.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO
copying PasteScript.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO
creating 'd:\docume~1\divine1\locals~1\temp\easy_install-edps1u\PasteScript-1.7.3\egg-dist-tmp-ib2dou\PasteScript-1.7.3-py2.6.egg' and adding 'build\bdist.win32\egg' to it
removing 'build\bdist.win32\egg' (and everything under it)
creating c:\python26\lib\site-packages\pastescript-1.7.3-py2.6.egg
Extracting pastescript-1.7.3-py2.6.egg to c:\python26\lib\site-packages
Adding pastescript 1.7.3 to easy-install.pth file
Installing paster script to C:\Python26\Scripts
Installing paster-script.py script to C:\Python26\Scripts
Installing paster.exe script to C:\Python26\Scripts
Installing paster.exe.manifest script to C:\Python26\Scripts
Installed c:\python26\lib\site-packages\pastescript-1.7.3-py2.6.egg
Searching for PasteDeploy
Reading http://pypi.python.org/simple/PasteDeploy/
Reading http://pythonpaste.org/deploy/
Reading http://pythonpaste.org/deploy/paste-deploy.html
Best match: PasteDeploy 1.3.3
Downloading http://pypi.python.org/packages/source/P/PasteDeploy/PasteDeploy-1.3.3.tar.gz#md5=0598aa8ab4184ea8087839b811f92284
Processing PasteDeploy-1.3.3.tar.gz
Running PasteDeploy-1.3.3\setup.py -q bdist_egg --dist-dir d:\docume~1\divine1\locals~1\temp\easy_install-6kuloe\PasteDeploy-1.3.3\egg-dist-tmp-bcg980
warning: no previously-included files found matching 'docs\rebuild'
Adding pastedeploy 1.3.3 to easy-install.pth file
Installed c:\python26\lib\site-packages\pastedeploy-1.3.3-py2.6.egg
Searching for Paste>=1.3
Reading http://pypi.python.org/simple/Paste/
Reading http://pythonpaste.org
Best match: Paste 1.7.3.1
Downloading http://pypi.python.org/packages/source/P/Paste/Paste-1.7.3.1.tar.gz#md5=743deb94d3f54ba25522f7d5116a90f8
Processing Paste-1.7.3.1.tar.gz
Running Paste-1.7.3.1\setup.py -q bdist_egg --dist-dir d:\docume~1\divine1\locals~1\temp\easy_install-b8spia\Paste-1.7.3.1\egg-dist-tmp-orjyru
warning: no previously-included files matching '*' found under directory 'docs\_build\_sources'
Adding paste 1.7.3.1 to easy-install.pth file
Installed c:\python26\lib\site-packages\paste-1.7.3.1-py2.6.egg
Finished processing dependencies for grokproject
D:\DATA\disque_d\DATA\grok_02>grokproject mygrokprojectname
Enter user (Name of an initial administrator user): admin
Enter passwd (Password for the initial administrator user):
Determining current grok version...
Creating directory .\mygrokprojectname
Downloading zc.buildout...
While:
Initializing.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "d:\docume~1\divine1\locals~1\temp\tmplpzoh8\zc.buildout-1.5.0b2-py2.6.egg\zc\buildout\buildout.py", line 1659, in main
user_defaults, windows_restart, command)
File "d:\docume~1\divine1\locals~1\temp\tmplpzoh8\zc.buildout-1.5.0b2-py2.6.egg\zc\buildout\buildout.py", line 177, in __init__
[], data['buildout'].copy(), override))
File "d:\docume~1\divine1\locals~1\temp\tmplpzoh8\zc.buildout-1.5.0b2-py2.6.egg\zc\buildout\buildout.py", line 1297, in _open
fp = open(filename)
IOError: [Errno 22] invalid mode ('r') or filename: 'H:.buildout\\H:.buildout\\default.cfg'
D:\DATA\disque_d\DATA\grok_02>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/grok-dev/attachments/20100603/07050b78/attachment-0001.html
More information about the Grok-dev
mailing list