I did a svn update of httplib2. After that I had to edit setup.py because every time I did setup.py install (from the svn update version ) the easy_installed httplib2 remained despite the fact that I was doing setup.py install. So I edited setup.py changed the version name and now after running setup.py install the httplib2 was up to date . The important thiing is that I have now the httplib2 module from the svn repository.
After I changed to the couchdb-python ( from trunk ) and reissued a sudo python setup.py develop. On Wed, Feb 25, 2009 at 2:02 PM, Benoit Chesneau <[email protected]>wrote: > 2009/2/25 Domingo Aguilera <[email protected]>: > > Benoit, > > > > I edited setup.py to force reinstallation when sudo python setup.py > install > > . Now I am sure it's running httplib2 from the trunk version. > > > > I don't understand. Did you reinstall httplib2 from the trunk? Or did > you froece reinstall using couchdb-python trunk ? >
