MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013154 | VTK | (No Category) | public | 2012-05-07 11:29 | 2014-10-03 21:08 |
Reporter | Félix C. Morency | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | 6.1.0 | |||
Project | TBD | ||||
Type | crash | ||||
Summary | 0013154: VTK Qt Python wrapper unusable under Windows | ||||
Description | The toy example in [1] doesn't work under Windows (tested with PySide v1.1.0, PyQt4 v4.9.1, VTK 6.0.0 commit 6214dd0542d64a66c8a94797e938f1b15da747d2, Python 2.7.3): The source of the problem is located in QVTKRenderWindowInteractor.py:158 self._RenderWindow.SetWindowInfo(str(int(self.winId()))) With PySide, the winId() method returns a PyCObject. The bug is known and has been reported (see [2]). With PyQt4, the winId() method returns a 'sip.voidptr' that needs to be handled accordingly. [1]: https://gist.github.com/2596951 [^] [2]: https://bugreports.qt-project.org/browse/PYSIDE-46?focusedCommentId=177492#comment-177492 [^] | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-05-07 11:29 | Félix C. Morency | New Issue | |||
2014-10-03 20:24 | Ben Boeckel (Kitware) | Note Added: 0033579 | |||
2014-10-03 21:04 | David Gobbi | Note Added: 0033580 | |||
2014-10-03 21:08 | David Gobbi | Note Added: 0033581 | |||
2014-10-03 21:08 | David Gobbi | Status | backlog => closed | ||
2014-10-03 21:08 | David Gobbi | Resolution | open => fixed | ||
2014-10-03 21:08 | David Gobbi | Fixed in Version | => 6.1.0 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|