[Grok-dev] installing zope.app.undo Error: Bad version

DIVINE PAUL Paul.Divine at alcatel-lucent.com
Tue Jul 27 02:34:38 EDT 2010


Hello grokkers,

 

I use the chapter 9 on the "ZODB feature" of the "grok 1.0" great book
from "De la Guardia".

I added the zope.app.undo to the list of required packages in the
setup.py file (page 172).

The result of the buildout command is the following.

Error: Bad version 1.3.0

 

Thanks in advance for your help.

 

Paul

 

 

The details the result of the command and a display of the content of
the setup.py are 

given in the following lines.

 

 

(testgrok)pl6320:~/npo/testgrok/todo# bin/buildout

Develop: '/root/npo/testgrok/todo/.'

Installing app.

Getting distribution for 'zope.app.undo==3.5.0'.

Got zope.app.undo 3.5.0.

The version, 1.3.0, is not consistent with the requirement,
'zc.resourcelibrary==1.0.1'.

While:

  Installing app.

Error: Bad version 1.3.0

*************** PICKED VERSIONS ****************

[versions]

 

#Required by:

#todo 0.0

megrok.form = 0.2.5

 

*************** /PICKED VERSIONS ***************

(testgrok)pl6320:~/npo/testgrok/todo# cat setup.py

from setuptools import setup, find_packages

 

version = '0.0'

 

setup(name='todo',

      version=version,

      description="",

      long_description="""\

""",

      # Get strings from
http://www.python.org/pypi?%3Aaction=list_classifiers

      classifiers=[],

      keywords="",

      author="",

      author_email="",

      url="",

      license="",

      package_dir={'': 'src'},

      packages=find_packages('src'),

      include_package_data=True,

      zip_safe=False,

      install_requires=['setuptools',

                        'grok',

                        'grokui.admin',

                        'z3c.testsetup',

                        'grokcore.startup',

                        'megrok.form',

                        'zope.app.undo',

                        # Add extra requirements here

                        ],

      )

(testgrok)pl6320:~/npo/testgrok/todo#

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/grok-dev/attachments/20100727/7992ca7e/attachment.html 


More information about the Grok-dev mailing list