MantisBT - ParaView |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012078 | ParaView | Bug | public | 2011-04-13 10:25 | 2012-02-08 17:26 |
|
| Reporter | Stephane P | |
| Assigned To | Kyle Lutz | |
| Priority | urgent | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 3.10 | |
| Target Version | | Fixed in Version | 3.12 | |
| Project | ParaViS |
| Topic Name | 12078-python-exec-script-with-trace |
| Type | |
|
| Summary | 0012078: python script no running when python trace active |
| Description | Attached is a simple python script (you will have to adapt the filename within, it refers to a file in ParaViewData/Data) :
This script can be loaded without pb from the python shell if the trace is not started. But if the trace is started, it raises a lot of errors. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | loadexfile.py (1,296) 2011-04-13 10:25 https://www.vtk.org/Bug/file/8812/loadexfile.py |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2011-04-13 10:25 | Stephane P | New Issue | |
| 2011-04-13 10:25 | Stephane P | File Added: loadexfile.py | |
| 2011-04-13 10:27 | Utkarsh Ayachit | Target Version | => 3.12 |
| 2011-06-23 11:43 | Utkarsh Ayachit | Project | => ParaViS |
| 2011-07-08 10:45 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
| 2011-07-08 10:45 | Utkarsh Ayachit | Status | backlog => todo |
| 2011-08-15 11:30 | Utkarsh Ayachit | Assigned To | Utkarsh Ayachit => Kyle Lutz |
| 2011-08-15 11:46 | Kyle Lutz | Status | todo => active development |
| 2011-08-15 12:57 | Kyle Lutz | Topic Name | => 12078-python-exec-script-with-trace |
| 2011-08-15 12:57 | Kyle Lutz | Note Added: 0027360 | |
| 2011-08-15 12:57 | Kyle Lutz | Status | active development => gatekeeper review |
| 2011-08-15 12:57 | Kyle Lutz | Fixed in Version | => 3.12 |
| 2011-08-15 12:57 | Kyle Lutz | Resolution | open => fixed |
| 2011-08-18 09:11 | Utkarsh Ayachit | Note Added: 0027388 | |
| 2011-08-18 09:11 | Utkarsh Ayachit | Status | gatekeeper review => todo |
| 2011-08-18 16:54 | Kyle Lutz | Status | todo => active development |
| 2011-08-19 10:07 | Kyle Lutz | Status | active development => gatekeeper review |
| 2011-08-19 10:07 | Kyle Lutz | Note Added: 0027393 | |
| 2011-08-19 16:49 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2011-08-19 16:49 | Utkarsh Ayachit | Note Added: 0027398 | |
| 2011-08-22 09:47 | Kyle Lutz | Status | customer review => todo |
| 2011-08-22 09:47 | Kyle Lutz | Status | todo => active development |
| 2011-08-22 09:47 | Kyle Lutz | Note Added: 0027407 | |
| 2011-08-22 09:47 | Kyle Lutz | Status | active development => gatekeeper review |
| 2011-08-26 11:33 | Stephane P | Note Added: 0027429 | |
| 2011-08-26 11:33 | Stephane P | Note Deleted: 0027429 | |
| 2011-08-26 15:57 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2011-08-29 14:41 | Kyle Lutz | Status | customer review => todo |
| 2011-08-29 14:41 | Kyle Lutz | Status | todo => active development |
| 2011-08-29 17:21 | Kyle Lutz | Note Added: 0027433 | |
| 2011-08-29 17:21 | Kyle Lutz | Status | active development => gatekeeper review |
| 2011-09-02 13:43 | Utkarsh Ayachit | Note Added: 0027449 | |
| 2011-09-02 13:43 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2011-09-02 13:43 | Utkarsh Ayachit | Fixed in Version | 3.12 => git-master |
| 2011-11-11 17:03 | Utkarsh Ayachit | Fixed in Version | git-master => 3.12 |
| 2012-02-08 17:26 | Utkarsh Ayachit | Status | customer review => closed |
| 2012-02-08 17:26 | Utkarsh Ayachit | Note Added: 0028161 | |
|
Notes |
|
|
(0027360)
|
|
Kyle Lutz
|
|
2011-08-15 12:57
|
|
Merge topic '12078-python-exec-script-with-trace' into next
ab2e7b6 Fix errors caused when running a python script while tracing |
|
|
|
(0027388)
|
|
Utkarsh Ayachit
|
|
2011-08-18 09:11
|
|
"Instead of using "execfile(...)" in the generated trace when executing a marco, could you copy the content of the file with the python marco in the generated trace?
The advantage is that the generated python trace is self-sufficient (does not reference other files, does not have path in it...), making it easier to distribute or share etc..." |
|
|
|
(0027393)
|
|
Kyle Lutz
|
|
2011-08-19 10:07
|
|
Merge topic '12078-python-exec-script-with-trace' into next
1af202d Insert python code into trace instead of calling execfile() |
|
|
|
(0027398)
|
|
Utkarsh Ayachit
|
|
2011-08-19 16:49
|
|
|
|
|
(0027407)
|
|
Kyle Lutz
|
|
2011-08-22 09:47
|
|
Merge topic '12078-python-exec-script-with-trace' into next
84e3e1e Add CMAKE_CURRENT_SOURCE_DIR to python include directories |
|
|
|
(0027433)
|
|
Kyle Lutz
|
|
2011-08-29 17:21
|
|
Merge topic '12078-python-exec-script-with-trace' into next
9592e44 Change python execute script to use exec() |
|
|
|
(0027449)
|
|
Utkarsh Ayachit
|
|
2011-09-02 13:43
|
|
|
Merged update into master. |
|
|
|
(0028161)
|
|
Utkarsh Ayachit
|
|
2012-02-08 17:26
|
|
|
closing bugs sitting in "customer review" for a long time. |
|