Re: [Tutor] Python 3.5 console logging

2015-12-03 Thread Cameron Simpson
On 01Dec2015 11:31, Laura Creighton wrote: He may be looking for something like the logging facility of Gnu screen. Or the venerable "script" command. But I suspect he wants something else. Cheers, Cameron Simpson The worst tyrannies were the ones where a governance required its own logic o

Re: [Tutor] Python 3.5 console logging

2015-12-01 Thread Laura Creighton
He may be looking for something like the logging facility of Gnu screen. 'Please capture all the output of my python program and show it to me later'. Of course this will be of little or no use if his program has a GUI. Laura ___ Tutor maillist - Tuto

Re: [Tutor] Python 3.5 console logging

2015-12-01 Thread Alan Gauld
On 30/11/15 21:50, Tyler Smithers wrote: > find out how to code python into recording everything that happens when i > run the program. And can you please help me soon because i don't have much > time. Thank you! You need to be a bit more precise about how you define an "event". Everything that h

Re: [Tutor] Python 3.5 console logging

2015-12-01 Thread Válas Péter
2015-11-30 22:50 GMT+01:00 Tyler Smithers : > I am doing a project for my school and i am trying to find out how to make > a event log. But every where i look all it has is just making a text > document and it having in their what they put in their script. But i cant > find out how to code python

Re: [Tutor] Python 3.5 console logging

2015-12-01 Thread Cameron Simpson
On 30Nov2015 16:50, Tyler Smithers wrote: I am doing a project for my school and i am trying to find out how to make a event log. But every where i look all it has is just making a text document and it having in their what they put in their script. That is normally what an event log it; a text

Re: [Tutor] Python 3.5 console logging

2015-11-30 Thread Steven D'Aprano
Hi Tyler, and welcome, On Mon, Nov 30, 2015 at 04:50:35PM -0500, Tyler Smithers wrote: > I am doing a project for my school and i am trying to find out how to make > a event log. But every where i look all it has is just making a text > document and it having in their what they put in their scrip

[Tutor] Python 3.5 console logging

2015-11-30 Thread Tyler Smithers
I am doing a project for my school and i am trying to find out how to make a event log. But every where i look all it has is just making a text document and it having in their what they put in their script. But i cant find out how to code python into recording everything that happens when i run the