[Python-modules-team] Bug#736174: tweepy lib does not work since 14 January 2014

2014-03-23 Thread Miguel Landaeta
On Mon, Jan 20, 2014 at 07:04:28PM +0100, NachE wrote: > > but this does not work. Is now the tweepy lib broken on wheezy or Im > doing something wrong? > Hi NachE, Sorry for the late reply. What I can do for wheezy users is to provide a new version of this library in wheezy-backports soon. Th

[Python-modules-team] Bug#736174: tweepy lib does not work since 14 January 2014

2014-01-20 Thread NachE
package: python-tweepy Version: 1.7.1-2 The tweeter API requieres SSL connection since 14 January 2014. tweepy lib let you enable secure connection using secure=True, sample: auth = tweepy.auth.OAuthHandler(consumer_key, consumer_secret, secure=True) but this does not work. Is now the twee