[Grok-dev] grokproject Error: There is a version conflict. We already have: zc.buildout 1.5.0
Vincent Fretin
vincent.fretin at gmail.com
Thu Aug 26 02:44:39 EDT 2010
Hi,
You can try to replace the bootstrap.py by this one
http://svn.zope.org/*checkout*/zc.buildout/branches/1.4/bootstrap/bootstrap.py
which default pin zc.buildout 1.4.4.
You can also add in you buildout.cfg:
[versions]
zc.buildout = 1.4.4
Then do
python bootstrap.py
bin/buildout
Vincent
On Wed, Aug 25, 2010 at 2:29 PM, DIVINE, PAUL (PAUL)
<paul.divine at alcatel-lucent.com> wrote:
> Hi, grokkers,
>
>
>
> I have run the command grokproject. The display result is the following.
>
>
>
> (virtual_env_02)pl6320:/home/npo/virtual_env_02# grokproject
> $grok_project_name
>
>
>
> Enter user (Name of an initial administrator user): admin
>
> Enter passwd (Password for the initial administrator user):
>
> Determining current grok version...
>
> Creating directory ./fileuploadapp
>
> Downloading zc.buildout...
>
> Invoking zc.buildout...
>
> While:
>
> Installing.
>
> Loading extensions.
>
> Error: There is a version conflict.
>
> We already have: zc.buildout 1.5.0
>
>
>
> The history of the commands is given in the following lines.
>
>
>
> virtual_env_name=virtual_env_02
>
> grok_project_name=fileuploadapp
>
> export http_proxy='http://xxxxxx/'
>
>
>
> sudo apt-get install build-essential
>
> sudo apt-get install python-dev
>
> sudo apt-get install python-setuptools
>
> easy_install virtualenv
>
> virtualenv --no-site-packages $virtual_env_name
>
> source $virtual_env_name/bin/activate
>
> cd $virtual_env_name
>
> easy_install grokproject
>
> grokproject $grok_project_name
>
>
>
> Thanks in advance for you help.
>
> Best regards
>
> Paul
>
>
>
>
>
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> https://mail.zope.org/mailman/listinfo/grok-dev
>
>
More information about the Grok-dev
mailing list