Comment 7 for bug 358004

Revision history for this message
Björn Tillenius (bjornt) wrote : Re: [Bug 358004] Re: launchpadlib scripts break when run under python 2.6

On Fri, Apr 24, 2009 at 11:25:50AM -0000, James Westby wrote:
> Hi,
>
> Could you include the output of
>
> apt-cache policy python-httplib2

ixia:~> apt-cache policy python-httplib2
python-httplib2:
  Installed: 0.4.0-0ubuntu2
  Candidate: 0.4.0-0ubuntu2
  Version table:
 *** 0.4.0-0ubuntu2 0
        500 http://lt.archive.ubuntu.com jaunty/universe Packages
        100 /var/lib/dpkg/status

> python -c 'import httplib2; print httplib2.__path__'

ixia:~> python -c 'import httplib2; print httplib2.__path__'
/usr/local/lib/python2.6/dist-packages/httplib2-0.4.0-py2.6.egg/httplib2/__init__.py:29: DeprecationWarning: the md5 module is deprecated; use hashlib instead
/usr/local/lib/python2.6/dist-packages/httplib2-0.4.0-py2.6.egg/httplib2/__init__.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
['/usr/local/lib/python2.6/dist-packages/httplib2-0.4.0-py2.6.egg/httplib2']