zopefoundation / zope.testbrowser

Programmable browser for functional black-box tests
Other
21 stars 16 forks source link

installation via pip broken #6

Closed flavianmissi closed 11 years ago

flavianmissi commented 11 years ago

To reproduce:

$ pip install zope.testbrowser==4.0.2

Output is:

Downloading/unpacking zope.testbrowser==4.0.2
  Downloading zope.testbrowser-4.0.2.tar.gz (77kB): 77kB downloaded
  Running setup.py egg_info for package zope.testbrowser

Downloading/unpacking mechanize>=0.2.0 (from zope.testbrowser==4.0.2)
  Downloading mechanize-0.2.5.tar.gz (383kB): 383kB downloaded
  Running setup.py egg_info for package mechanize

Requirement already satisfied (use --upgrade to upgrade): setuptools in /Users/flavia.carlette/.virtualenvs/test/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg (from zope.testbrowser==4.0.2)
Downloading/unpacking zope.interface (from zope.testbrowser==4.0.2)
  Downloading zope.interface-4.0.5.zip (173kB): 173kB downloaded
  Running setup.py egg_info for package zope.interface

    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking zope.schema (from zope.testbrowser==4.0.2)
  Downloading zope.schema-4.3.2.zip (93kB): 93kB downloaded
  Running setup.py egg_info for package zope.schema

    warning: no previously-included files matching '*.dll' found anywhere in distribution
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files matching '*.pyo' found anywhere in distribution
    warning: no previously-included files matching '*.so' found anywhere in distribution
Downloading/unpacking pytz (from zope.testbrowser==4.0.2)
  Could not find a version that satisfies the requirement pytz (from zope.testbrowser==4.0.2) (from versions: 2009r, 2008b, 2009f, 2008c, 2007g, 2011g, 2005m, 2011e, 2007f, 2011k, 2007k, 2006j, 2008h, 2008i, 2011e, 2008a, 2009e, 2006g, 2011j, 2010l, 2005m, 2008i, 2005k, 2008g, 2007c, 2007i, 2009l, 2009r, 2006j, 2011k, 2007d, 2006p, 2009i, 2009u, 2007i, 2009f, 2010g, 2008h, 2009a, 2007g, 2011e, 2006p, 2012b, 2010k, 2005r, 2007f, 2009l, 2009p, 2008c, 2009j, 2008g, 2010g, 2010h, 2011h, 2010k, 2007c, 2007d, 2011d, 2009l, 2011c, 2008a, 2005m, 2007k, 2009n, 2011d, 2013b, 2012h, 2010e, 2012d, 2012f, 2011n, 2011b, 2011j, 2008c, 2012j, 2007k, 2009f, 2009d, 2010e, 2010b, 2013b, 2011d, 2009p, 2008h, 2005r, 2009i, 2009n, 2009a, 2010k, 2008g, 2006g, 2008b, 2012c, 2009i, 2007g, 2012c, 2010h, 2011n, 2012g, 2007d, 2008a, 2009u, 2012g, 2010o, 2006p, 2010b, 2009u, 2012d, 2011k, 2012f, 2009a, 2007f, 2011h, 2010l, 2009j, 2011g, 2009g, 2009g, 2005r, 2011c, 2012g, 2009g, 2012d, 2009j, 2010o, 2007c, 2010g, 2006g, 2009d, 2010h, 2005k, 2006j, 2010b, 2009n, 2011g, 2011c, 2012b, 2009e, 2009d, 2011j, 2007i, 2012j, 2010l, 2009r, 2012h, 2010e, 2009p, 2008i, 2012f, 2009e, 2012b, 2011h, 2005k, 2008b, 2012c, 2010o, 2013b, 2012j, 2011n, 2004b)
Cleaning up...
No distributions matching the version for pytz (from zope.testbrowser==4.0.2)

Installing pytz==2013b and then trying to install zope.testbrowser again fixes the issue.

mgedmin commented 11 years ago

4.0.3 is out on PyPI with a fix for this.