|
Notes |
|
|
(0010729)
|
|
Clinton Stimpson
|
|
2008-03-06 15:14
|
|
Do you have a test case to show the problem?
The thread doesn't actually start until needed. However, there are some python calls before then to initialize things that can be postponed until just before the thread is started. |
|
|
|
(0010730)
|
|
Berk Geveci
|
|
2008-03-06 15:56
|
|
|
Reminder sent to: Utkarsh Ayachit Utkarsh,
Can you comment on Clint's note? |
|
|
|
(0010732)
|
|
Utkarsh Ayachit
|
|
2008-03-06 16:46
|
|
|
If pqPythonEventSource does not initialize python until the python testing thread starts, that would be great. With the assumption that python testing will never be used if the python shell or python programmable filter are used, we can totally get rid of the multi-threading support. |
|
|
|
(0010734)
|
|
Clinton Stimpson
|
|
2008-03-06 17:00
|
|
Try this out. I didn't know how to reproduce these problems, so ... hope it works for you.
/cvsroot/ParaView3/ParaView3/Qt/Testing/pqPythonEventSource.cxx,v <-- pqPythonEventSource.cxx
new revision: 1.25; previous revision: 1.24 |
|
|
|
(0010846)
|
|
Alan Scott
|
|
2008-03-18 17:34
|
|
|