Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread boB Stepp
On Fri, Mar 11, 2016 at 10:08 PM, wolfrage8...@gmail.com wrote: > On a web based terminal via codeanywhere.com setting sys.ps1 = > chr(16) results in no character being displayed. It is literally just > a new line. So something to think about. I set it back to sys.ps1 = > '>>>' Thanks for the fe

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread boB Stepp
On Fri, Mar 11, 2016 at 11:02 PM, Cameron Simpson wrote: > On 11Mar2016 21:31, boB Stepp wrote: >> >> I must be bored tonight. I have to confess that when copying and >> pasting from the interpreter into a plain text email, I often find it >> cluttered to confusing by all the ">>>..." that can r

[Tutor] avoiding top-posting in GMail (was: Changing the interpreter prompt symbol from ">>>" to ???)

2016-03-11 Thread Cameron Simpson
On 12Mar2016 00:19, wolfrage8...@gmail.com wrote: Also before I get called out; sorry for the top post; I blame G-Mail's Interface. I once worked in a place where GMail was pretty much the standard mail tool (guess where that might be:-) We took GMail's cursor-at-the-top style to be a cue th

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread wolfrage8...@gmail.com
Also before I get called out; sorry for the top post; I blame G-Mail's Interface. And good luck finding a better option; perhaps detecting if Unicode is supported on the system then we could use something such as Right Facing Triangle. ___ Tutor maillist

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread Cameron Simpson
On 11Mar2016 21:31, boB Stepp wrote: I must be bored tonight. I have to confess that when copying and pasting from the interpreter into a plain text email, I often find it cluttered to confusing by all the ">>>..." that can result from nested quoting. So I poked around on the Internet and foun

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread William Ray Wing
> On Mar 11, 2016, at 10:31 PM, boB Stepp wrote: > > I must be bored tonight. I have to confess that when copying and > pasting from the interpreter into a plain text email, I often find it > cluttered to confusing by all the ">>>..." that can result from nested > quoting. So I poked around on

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread wolfrage8...@gmail.com
I am not surprised since you have set it to a usually non printable character of ascii the data link escape. Perhaps you would have better luck with the extended ascii characters; but not much in there for arrows. I would probably go with chr(175) but that did not display correctly in the web base

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread wolfrage8...@gmail.com
On a web based terminal via codeanywhere.com setting sys.ps1 = chr(16) results in no character being displayed. It is literally just a new line. So something to think about. I set it back to sys.ps1 = '>>>' On Fri, Mar 11, 2016 at 10:59 PM, boB Stepp wrote: > On Fri, Mar 11, 2016 at 9:31 PM, boB

Re: [Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread boB Stepp
On Fri, Mar 11, 2016 at 9:31 PM, boB Stepp wrote: > Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 > 64 bit (AMD64)] on win32 > Type "help", "copyright", "credits" or "license" for more information. import sys sys.ps1 = '=>' > =>sys.ps1 = chr(26) > →sys.ps1 = chr(

[Tutor] Changing the interpreter prompt symbol from ">>>" to ???

2016-03-11 Thread boB Stepp
I must be bored tonight. I have to confess that when copying and pasting from the interpreter into a plain text email, I often find it cluttered to confusing by all the ">>>..." that can result from nested quoting. So I poked around on the Internet and found that I can temporarily change the prom

Re: [Tutor] Program Arcade Games Help

2016-03-11 Thread Alan Gauld
On 11/03/16 15:11, Ethan Batterman wrote: > I am really struggling with Lab 9: Functions pt 3 and 4 of program arcade > games. We have no idea what you are talking about. I assume you are studying some kind of course or book. But which one? What is Lab 9? What are functions pt 3 and 4? What is pr

Re: [Tutor] Installing package from zip fil

2016-03-11 Thread Alan Gauld
On 11/03/16 15:14, Abdul Barik wrote: > I am using python 3.3.3 on windows 8. I downloaded the PyPDF2 package. And > I installed it by running the setup.py file. But when I run the my program > python terminal shows that there is no such package. Plz help me. Thanks, you've already given us a lot

[Tutor] Program Arcade Games Help

2016-03-11 Thread Ethan Batterman
I am really struggling with Lab 9: Functions pt 3 and 4 of program arcade games. Any help or guidance would be greatly appreciated. I am completely lost. Thank you in advance! Ethan ___ Tutor maillist - Tutor@python.org To unsubscribe or change subs

[Tutor] Installing package from zip fil

2016-03-11 Thread Abdul Barik
I am using python 3.3.3 on windows 8. I downloaded the PyPDF2 package. And I installed it by running the setup.py file. But when I run the my program python terminal shows that there is no such package. Plz help me. ___ Tutor maillist - Tutor@python.or