MantisBT - ParaView
View Issue Details
0004271ParaView(No Category)public2007-01-03 10:002007-01-09 11:59
David Karelitz 
Clinton Stimpson 
normalminoralways
closedfixed 
 
 
0004271: Cannot Control-C ParaView3
When I run ParaView3 I cannot Control-C it from the terminal
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006068)
Clinton Stimpson   
2007-01-03 15:46   
Py_Initialize() is doing this.
In the past, ctrl-c used to work at startup, but not if the embedded python interpreter was used.
(0006090)
Clinton Stimpson   
2007-01-05 12:17   
Install default SIGINT handler after Py_Initialize()

/cvsroot/ParaView3/ParaView3/Qt/Testing/pqPythonEventSource.cxx,v <-- pqPythonEventSource.cxx
new revision: 1.15; previous revision: 1.14
new revision: 1.16; previous revision: 1.15

Should also do it in vtkPVPythonInterpretor.cxx
(0006092)
Clinton Stimpson   
2007-01-05 14:32   
/cvsroot/ParaView3/ParaView3/Utilities/VTKPythonWrapping/Executable/vtkPVPythonInterpretor.cxx,v <-- vtkPVPythonInterpretor.cxx
new revision: 1.7; previous revision: 1.6