vavavr00m / boto

Automatically exported from code.google.com/p/boto
1 stars 0 forks source link

global name 'seekable' is not defined #557

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On line 497 of "boto/s3/key.py" a variable called `seekable` is being tested in 
an if statement but doesn't exist anywhere else in the file.

Original issue reported on code.google.com by geo...@ghickman.co.uk on 8 Oct 2011 at 2:14

GoogleCodeExporter commented 9 years ago
have the same issue. it's a blocker for me

Original comment by tomek.kl...@gmail.com on 18 Oct 2011 at 10:37

GoogleCodeExporter commented 9 years ago
I believe this has already been fixed in github master with 
https://github.com/boto/boto/commit/d4fe4b0d8d9e2d47fe12d4be446df17436eeea4e#bot
o/s3/key.py.

What version of boto are you using?

Original comment by Mitch.Ga...@gmail.com on 18 Oct 2011 at 11:38

GoogleCodeExporter commented 9 years ago
2.0 as that's the latest on the PyPI. I'm happy to close this issue as it's 
been fixed, I can use the github release for now.

Original comment by geo...@ghickman.co.uk on 18 Oct 2011 at 11:57

GoogleCodeExporter commented 9 years ago
An official 2.1 release will be out soon.  There is a second 2.1 release 
candidate available on github.

Original comment by Mitch.Ga...@gmail.com on 18 Oct 2011 at 12:54

GoogleCodeExporter commented 9 years ago
Fixed in an earlier commit

Original comment by Mitch.Ga...@gmail.com on 18 Oct 2011 at 2:43