[Grok-dev] 1.01a install trouble on Windows Vista

Seb F-S s.frealsaison at gmail.com
Tue Jan 13 12:57:39 EST 2009


>  (see
http://www.nabble.com/Installing-0.14.1-on-Windows-XP-tt21309146.html) 

Here’s what I did :
In
C:\Users\Seb\.buildout\eggs\z3c.recipe.eggbasket-0.4.0-py2.5.egg\z3c\recipe\eggbasket,
I edited downloder.py on line 46 this way :
                tarball = open(temp_tarball_name, 'wb')
I erased bytecode 'downloader' files.

I went to my c:\Python25\Scripts\sebsgrokproject1 and ran \bin\buildout.exe
and it's been getting distributions ... until I ran again into a number 32
error.

c:\users\seb\.buildout\eggs\restrictedpython-3.4.2-py2.5.egg\RestrictedPython\Utilities.py:60:
Warning: 'with' will become a reserved keyword in Python 2.6
c:\users\seb\.buildout\eggs\restrictedpython-3.4.2-py2.5.egg\RestrictedPython\Utilities.py:76:
Warning: 'with' will become a reserved keyword in Python 2.6
Got restrictedpython 3.4.2.
Getting distribution for 'zope.app.file==3.4.4'.
Got zope.app.file 3.4.4.
While:
  Installing eggbasket.

An internal error occured due to a bug in either zc.buildout or in a recipe
being used:
Traceback (most recent call last):
  File
"c:\users\seb\appdata\local\temp\tmpec0orx\zc.buildout-1.1.1-py2.5.egg\zc\buildout\buildout.py",
line 1477, in main
  File
"c:\users\seb\appdata\local\temp\tmpec0orx\zc.buildout-1.1.1-py2.5.egg\zc\buildout\buildout.py",
line 462, in install
  File
"c:\users\seb\appdata\local\temp\tmpec0orx\zc.buildout-1.1.1-py2.5.egg\zc\buildout\buildout.py",
line 1060, in _call
  File
"c:\users\seb\.buildout\eggs\z3c.recipe.eggbasket-0.4.0-py2.5.egg\z3c\recipe\eggbasket\downloader.py",
line 81, in install
    os.unlink(temp_tarball_name)
WindowsError: [Error 32] Le processus ne peut pas accÚder au fichier car ce
fichier est utilisÚ par un autre processus:
'c:\\users\\seb\\appdata\\local\\temp\\tmpnp6qeg'

then back to In
C:\Users\Seb\.buildout\eggs\z3c.recipe.eggbasket-0.4.0-py2.5.egg\z3c\recipe\eggbasket,
I can see a new file downloader.pyc has appeared. Python file has remained
with the 
tarball = open(temp_tarball_name, 'wb') line.

I ran for the second time \bin\buildout, and then it exited cleanly :

c:\Python25\Scripts\sebsgrokproject1>bin\buildout
Develop: 'c:\\Python25\\Scripts\\sebsgrokproject1\\.'
Installing eggbasket.
Installing app.
Getting distribution for 'z3c.evalexception>=2.0'.
Got z3c.evalexception 2.0.
Getting distribution for 'Paste'.
Got paste 1.7.2.
Getting distribution for 'PasteScript'.
Got pastescript 1.7.3.
Getting distribution for 'PasteDeploy'.
Got pastedeploy 1.3.2.
Getting distribution for 'grokui.admin'.
Got grokui.admin 0.3.
Generated script
'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\sebsgrokproject1
-ctl'.
Generated script
'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\sebsgrokproject1
-debug'.
Generated script 'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\paster'.
Generated interpreter
'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\python-cons
ole'.
Installing i18n.
i18n: setting up i18n tools
Generated script
'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\i18nextract'.
Generated script
'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\i18nmergeall'.
Generated script 'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\i18nstats'.
Installing test.
Generated script 'c:\\Python25\\Scripts\\sebsgrokproject1\\bin\\test'.
Installing data.
Installing log.

c:\Python25\Scripts\sebsgrokproject1>

And now on with the tutorial
(http://grok.zope.org/doc/current/tutorial.html#starting-up-zope)
I ran '\bin\paster serve etc\deploy.ini' in the newly created
"sebsgrokproject1" folder gives a 10013 socket error :

http://www.nabble.com/file/p21440996/ScreenHunter_04%2BJan.%2B13%2B18.55.gif 

We're getting closer now.


-- 
View this message in context: http://www.nabble.com/1.01a-install-trouble-on-Windows-Vista-tp21418735p21440996.html
Sent from the Grok mailing list archive at Nabble.com.



More information about the Grok-dev mailing list