Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
my new code
#1
i rewrote my columnizer module to correct some issues in the previous design.  this on is still not finished and goes into a loop. there must be s missing test or something like that.  but the real mystery about is that ^C and ^Z do not work.  i get the echoback of "^C" and "^Z" but the program just keeps running. what could cause that?  i don't think i coded anything that could do this.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
Do you have a bare except: somewhere? You might be accidentally catching key-interrupt events.
Reply
#3
Linux - bash?
^Z sends the program at the background I think.
^C should terminate it.

Does it run as a daemon
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020