[Grok-dev] Building grok on windows with Python 2.6?

Alec Munro alecmunro at gmail.com
Sun Jan 25 10:51:44 EST 2009


Ok, well I am making progress. Installing Visual C++ 2008 Express (the
"free" one), seems to allow me to build zope.security.

So far I've seen a couple instances of syntax error complaints, and
quite a few syntax warnings. I assume this is because of Python 2.6?
It failed to build, as far as I can tell, ending with "WindowsError:
[Error 32]", complaining about being unable to access one of the temp
files used to install, because it was being used by some other
process. Seems to be the same as the second error here:
http://www.nabble.com/problem-with-zope.app.testing-during-installation-Grok-on-Windows-XP-td20502104.html

Running bin\buildout.exe seems to have produced a usable installation.
But I didn't figure that out at first, so I tried the suggestions
here:
http://mail.zope.org/pipermail/grok-dev/2008-October/006546.html

That is, I added:

mechanize = 0.1.9
zope.app.appsetup = 3.8.0
zope.app.component = 3.5.0
zope.app.container = 3.6.1
zope.app.form = 3.6.3
zope.app.publisher = 3.5.1
zope.app.testing = 3.5.6
zope.testbrowser = 3.5.1

to:

file:///C:/Python26/Lib/site-packages/grokproject-1.0a2-py2.6.egg/grokproject/template_paste/versions.cfg_tmpl

Then "ran grokproject Sample" again. Same WindowsError.

Uli, where should I file that bugreport?

Thanks,
Alec

On Sat, Jan 24, 2009 at 10:02 AM, Uli Fouquet <uli at gnufix.de> wrote:
> Hi there,
>
> Alec Munro wrote:
>> Running it a few times caused it to move on to a new error:
>>
>> Invoking zc.buildout...
>> Develop: 'C:\\Temp\\Sample\\.'
>> Installing eggbasket.
>> Getting distribution for 'zope.app.securitypolicy==3.4.6'.
>> 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: No correct tarball found at http://grok.zope.org/releaseinfo/grok-egg
>> s-1.0a1.tgz.
>> eggbasket: No correct tarball found at http://grok.zope.org/releaseinfo/grok-egg
>> s-1.0a1.tgz.
>> eggbasket: The error was: bad checksum
>> eggbasket: The error was: bad checksum
>>
>> Any idea why I'm getting the duplicate printout?
>
> Yep, this is a problem with the zc.buildout loggers (and an annoyance,
> though). Could you file a bugreport for this?
>
> Best regards,
>
> --
> Uli
>
>


More information about the Grok-dev mailing list