ANN: PyDDF Python Spring Sprint 2018

2018-04-09 Thread eGenix Team: M.-A. Lemburg
[This announcement is in German since it targets a Python sprint in Düsseldorf, Germany] ANKÜNDIGUNG PyDDF Python Sprint Sprint 2018 in Düsseldorf Samstag, 14.

Re: How to apply filters to posts

2018-04-09 Thread Chris Angelico
On Tue, Apr 10, 2018 at 3:10 PM, T Berger wrote: > This is the first time I've joined a google group and I don't understand the > setup. Why are most of the posts in this group unrelated to python, and how > do I filter this junk (sorry) out? > Probably most of them ARE junk. Google Groups has

How to apply filters to posts

2018-04-09 Thread T Berger
This is the first time I've joined a google group and I don't understand the setup. Why are most of the posts in this group unrelated to python, and how do I filter this junk (sorry) out? -- https://mail.python.org/mailman/listinfo/python-list

Filtering computer.lang.python

2018-04-09 Thread T Berger
This is the first time I've joined a google group and I don't understand the setup. Why are most of the posts in this group unrelated to python, and how do I filter this junk (sorry) out? -- https://mail.python.org/mailman/listinfo/python-list

Re: Python Idle not giving my prompt after If line

2018-04-09 Thread T Berger
On Monday, April 9, 2018 at 1:19:13 PM UTC-4, Terry Reedy wrote: > On 4/9/2018 3:07 AM, Peter Otten wrote: > > brg...@gmail.com wrote: > > > >> I typed the If part of an If/Else statement, but did not get a prompt at > >> the beginning of the next line when I hit return. Instead, the cursor > >> l

Re: Python Idle not giving my prompt after If line

2018-04-09 Thread T Berger
On Monday, April 9, 2018 at 1:34:04 PM UTC-4, Peter Otten wrote: > brg...@gmail.com wrote: > > > On Monday, April 9, 2018 at 3:08:28 AM UTC-4, Peter Otten wrote: > >> brg...@gmail.com wrote: > >> > >> > I typed the If part of an If/Else statement, but did not get a prompt > >> > at the beginning

Re: Python Idle not giving my prompt after If line

2018-04-09 Thread Peter Otten
brg...@gmail.com wrote: > On Monday, April 9, 2018 at 3:08:28 AM UTC-4, Peter Otten wrote: >> brg...@gmail.com wrote: >> >> > I typed the If part of an If/Else statement, but did not get a prompt >> > at the beginning of the next line when I hit return. Instead, the >> > cursor lined up under the

Re: Python Idle not giving my prompt after If line

2018-04-09 Thread Terry Reedy
On 4/9/2018 3:07 AM, Peter Otten wrote: brg...@gmail.com wrote: I typed the If part of an If/Else statement, but did not get a prompt at the beginning of the next line when I hit return. Instead, the cursor lined up under the "p" of "print." Here is the line of text (it's part of a longer bit o

Re: Python Idle not giving my prompt after If line

2018-04-09 Thread brgrt2
On Monday, April 9, 2018 at 3:08:28 AM UTC-4, Peter Otten wrote: > brg...@gmail.com wrote: > > > I typed the If part of an If/Else statement, but did not get a prompt at > > the beginning of the next line when I hit return. Instead, the cursor > > lined up under the "p" of "print." Here is the lin

Re: pip problems

2018-04-09 Thread Thomas Jollans
On 2018-04-08 02:45, Anton Alley wrote: > (I am on Windows 10) When I install a new Python version, pip does not > update all of the way. In the command line 'pip' still runs the old > pip.exe, so I've had to manually move the new pip to C:\Windows . Was there a pip.exe in C:\Windows? That doesn't

Re: Python Idle not giving my prompt after If line

2018-04-09 Thread Peter Otten
brg...@gmail.com wrote: > I typed the If part of an If/Else statement, but did not get a prompt at > the beginning of the next line when I hit return. Instead, the cursor > lined up under the "p" of "print." Here is the line of text (it's part of > a longer bit of coding, I copied out of a textboo