I use the recommendations "Setting up Buildout Using the Windows Installer for Plone" (
http://plone.org/documentation/how-to/buildout-using-windows-installer).
At the "Running Buildout " stage, there were errors:
C:\>cd c:\plone331\pravo
C:\Plone331\pravo>bin\buildout
Installing zope2.
running build_ext
creating zope.proxy
copying zope/proxy\proxy.h -> zope.proxy
building 'AccessControl.cAccessControl' extension
error: Python was built with version 7.1 of Visual Studio, and extensions need to be built with the same version of the compiler, but it isn't installed.
While:
Installing zope2.
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:\plone331\pravo\eggs\zc.buildout-1.3.1-py2.4.egg\zc\buildout\buildout.py", line 1519, in main
getattr(buildout, command)(args)
File "c:\plone331\pravo\eggs\zc.buildout-1.3.1-py2.4.egg\zc\buildout\buildout.py", line 473, in install
installed_files = self[part]._call(recipe.install)
File "c:\plone331\pravo\eggs\zc.buildout-1.3.1-py2.4.egg\zc\buildout\buildout.py", line 1101, in _call
return f()
File "c:\plone331\pravo\eggs\plone.recipe.zope2install-3.2-py2.4.egg\plone\recipe\zope2install\__init__.py", line 247, in install
'build_ext', '-i',
AssertionError"
How to fix these errors? Help me. Thanks