On Wed, Oct 22, 2014 at 12:11 PM, Tres Seaver <[email protected]> wrote:
> On 10/22/2014 02:51 PM, Feng Xiao wrote: > > Does 2.6.0 work on python 2.6? I don't think there is any change to > > setup.py in 2.6.1. > > Yes: > > -------------------------- %< ------------------------------------- > Downloading/unpacking protobuf==2.6.0 > Downloading protobuf-2.6.0.tar.gz (187kB): 187kB downloaded > Running setup.py egg_info for package protobuf > > > --------------------------------------------------------------------------- > This script requires setuptools version 0.6c11 to run (even to display > help). I will attempt to download it for you (from > http://pypi.python.org/packages/2.6/s/setuptools/), but > you may need to enable firewall access for this script first. > I will start the download in 15 seconds. > > (Note: if this machine does not have network access, please obtain the > file > > > > http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg > > and place it in this directory before rerunning this script.) > > --------------------------------------------------------------------------- > Downloading > > http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg > zip_safe flag not set; analyzing archive contents... > google.__init__: module references __path__ > google.apputils.__init__: module references __path__ > google.apputils.run_script_module: module references __file__ > google.apputils.setup_command: module references __file__ > > Installed /tmp/pb-py26/build/protobuf/google_apputils-0.4.1-py2.6.egg > Searching for pytz>=2010 > Reading https://pypi.python.org/simple/pytz/ > Best match: pytz 2014.7 > Downloading > > https://pypi.python.org/packages/2.6/p/pytz/pytz-2014.7-py2.6.egg#md5=ae8899e9a18c3528a46aefdfe6620046 > Processing pytz-2014.7-py2.6.egg > Moving pytz-2014.7-py2.6.egg to /tmp/pb-py26/build/protobuf > > Installed /tmp/pb-py26/build/protobuf/pytz-2014.7-py2.6.egg > Searching for python-gflags>=1.4 > Reading https://pypi.python.org/simple/python-gflags/ > Reading http://code.google.com/p/python-gflags > Best match: python-gflags 2.0 > Downloading > > https://pypi.python.org/packages/2.6/p/python-gflags/python_gflags-2.0-py2.6.egg#md5=604dd7b90e7f718cbc4790c6c1d6efa8 > Processing python_gflags-2.0-py2.6.egg > Moving python_gflags-2.0-py2.6.egg to /tmp/pb-py26/build/protobuf > > Installed /tmp/pb-py26/build/protobuf/python_gflags-2.0-py2.6.egg > Searching for python-dateutil>=1.4 > Reading https://pypi.python.org/simple/python-dateutil/ > Reading http://labix.org/python-dateutil > Best match: python-dateutil 2.2 > Downloading > > https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.2.tar.gz#md5=c1f654d0ff7e33999380a8ba9783fd5c > Processing python-dateutil-2.2.tar.gz > Writing /tmp/easy_install-WUDTlw/python-dateutil-2.2/setup.cfg > Running python-dateutil-2.2/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-WUDTlw/python-dateutil-2.2/egg-dist-tmp-nOEhO2 > > Installed /tmp/pb-py26/build/protobuf/python_dateutil-2.2-py2.6.egg > Searching for six > Reading https://pypi.python.org/simple/six/ > Best match: six 1.8.0 > Downloading > > https://pypi.python.org/packages/source/s/six/six-1.8.0.tar.gz#md5=1626eb24cc889110c38f7e786ec69885 > Processing six-1.8.0.tar.gz > Writing /tmp/easy_install-uwi5t5/six-1.8.0/setup.cfg > Running six-1.8.0/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-uwi5t5/six-1.8.0/egg-dist-tmp-wXcMOk > no previously-included directories found matching > 'documentation/_build' > zip_safe flag not set; analyzing archive contents... > six: module references __path__ > > Installed /tmp/pb-py26/build/protobuf/six-1.8.0-py2.6.egg > Requirement already satisfied (use --upgrade to upgrade): setuptools in > /tmp/pb-py26/lib/python2.6/site-packages (from protobuf==2.6.0) > Installing collected packages: protobuf > Running setup.py install for protobuf > Skipping installation of > /tmp/pb-py26/lib/python2.6/site-packages/google/__init__.py (namespace > package) > Installing > /tmp/pb-py26/lib/python2.6/site-packages/protobuf-2.6.0-py2.6-nspkg.pth > Successfully installed protobuf > Cleaning up... > -------------------------- %< ------------------------------------- > > Perhaps the 2.6.0 distribution tarball was created from a checkout which > had 'setuptools_git' installed (so that 'ez_setup.py' was included), but > not the 2.6.1 tarball? > Thanks. I just removed 2.6.1 from PyPI and will upload it again when I resolved this issue. > > > Tres. > -- > =================================================================== > Tres Seaver +1 540-429-0999 [email protected] > Palladion Software "Excellence by Design" http://palladion.com > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
