Re: No Content-Length header, nor length property

2015-07-08 Thread zljubisic
> Ah - looking at the response headers, they include "Transfer-Encoding > chunked" - I don't think urlopen handles chunked responses by default, > though I could be wrong, I don't have time to check the docs right now. > > The requests library (https://pypi.python.org/pypi/requests) seems to han

Re: Idle Not Working.

2015-07-08 Thread Laura Creighton
In a message of Wed, 08 Jul 2015 15:36:50 -0700, sohcahto...@gmail.com writes: >Oops. I usually do, but for some reason Google Groups didn't this time. My >apologies. This isn't google groups. And this may be your problem. Do not include such things as attatchments which may get removed. Inc

Re: Idle Not Working.

2015-07-08 Thread sohcahtoa82
On Wednesday, July 8, 2015 at 2:12:29 PM UTC-7, Mark Lawrence wrote: > On 08/07/2015 19:44, sohcahto...@gmail.com wrote: > > Help us help you. "every time I try to bring up Idle I cannot" does not > > tell us the problem. > > > > Do you get error messages? What do they say? > > > > Would you pl

Re: Idle Not Working.

2015-07-08 Thread Mark Lawrence
On 08/07/2015 22:15, Chris Angelico wrote: On Thu, Jul 9, 2015 at 7:12 AM, Mark Lawrence wrote: Would you please be kind enough to quote context when replying. Pythonistas might be smart, but apart from myself and Steven D'Aprano I'm not aware of anyone who can read minds. Thank you. Hey! I'

Re: Idle Not Working.

2015-07-08 Thread Ian Kelly
On Wed, Jul 8, 2015 at 2:57 PM, Terry Reedy wrote: > On 7/8/2015 2:07 PM, Steve Burrus wrote: >> Now I am using both 32 and 64 bit versions of Idle > > There are no such things. Idle is python code that runs on whatever version > of Python you have. As far as I know, you cannot easily install bot

Re: Idle Not Working.

2015-07-08 Thread Chris Angelico
On Thu, Jul 9, 2015 at 7:12 AM, Mark Lawrence wrote: > Would you please be kind enough to quote context when replying. Pythonistas > might be smart, but apart from myself and Steven D'Aprano I'm not aware of > anyone who can read minds. Thank you. Hey! I'm right here... ChrisA -- https://mail.

Re: Idle Not Working.

2015-07-08 Thread Mark Lawrence
On 08/07/2015 19:44, sohcahto...@gmail.com wrote: Help us help you. "every time I try to bring up Idle I cannot" does not tell us the problem. Do you get error messages? What do they say? Would you please be kind enough to quote context when replying. Pythonistas might be smart, but apart

Re: Idle Not Working.

2015-07-08 Thread Terry Reedy
On 7/8/2015 2:07 PM, Steve Burrus wrote: I need some deg4ree of help w ith the Idle Python Editor. I am using 64 bit win 10 beta preview I am waiting for MS to install the activate the actual release on my personal machine. > and every time that I try to bring up Idle I cannot! Does python

Re: Creating a Virtual Environment

2015-07-08 Thread memilanuk
Generally when using Anaconda, they recommend you use their tool (conda) which works very well. It kind of incorporates the functions of pip and virtualenv together. If you already have the path to the anaconda python prepended to your path, the source...activate command shouldn't really be d

Re: Idle Not Working.

2015-07-08 Thread sohcahtoa82
Help us help you. "every time I try to bring up Idle I cannot" does not tell us the problem. Do you get error messages? What do they say? -- https://mail.python.org/mailman/listinfo/python-list

Idle Not Working.

2015-07-08 Thread Steve Burrus
I need some deg4ree of help w ith the Idle Python Editor. I am using 64 bit win 10 beta preview and every time that I try to bring up Idle I cannot! Now I am using both 32 and 64 bit versions of Idle [for some reason] Can someone please help me with this? -- https://mail.python.org/mailman/list

Re: bottle app "crashes"

2015-07-08 Thread Martin S
On Monday 06 July 2015 21.57.21 Jason Friedman wrote: > > Last summer I fumbled together a small appplication that calculates both > > LASK and Elo ratings for chess. I managed to "webify" it using Bottle. > > This works nicely on my laptop for testing. > > > > Once I log off (or my user session t

Re: No Content-Length header, nor length property

2015-07-08 Thread Jon Ribbens
On 2015-07-08, zljubi...@gmail.com wrote: > Why I can't get the size of this particular file? > On other servers, the same procedure would return file size in > bytes, but not for this file? > > Does it depend on server itself, or there is a way to get remote > file size before downloading? Yes,

ANN: distlib 0.2.1 released on PyPI

2015-07-08 Thread Vinay Sajip
I've just released version 0.2.1 of distlib on PyPI [1]. For newcomers, distlib is a library of packaging functionality which is intended to be usable as the basis for third-party packaging tools. The main changes in this release are as follows:     Fixed issue #58: Return a Distribution instance