tower429 / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

vtkEventQtSlotConnect() missing #511

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If relevant, please answer to the following questions:
1. 2.7.2.3
2. Which components have you installed (Python(x,y) installer: component
page): Full
3. Have you selected the option "Customize installation directories"?
No
5. Where did you install Python(x,y) itself?
a. default path
6. Have you installed Python(x,y):
    a. For "Current user only"
7. What is your operating system?
c. Windows 7
8. Is the operating system 64 bit?
a. Yes
9. When you installed Python(x,y), were you logged in as :
b. an administrator of the machine
10. If you are using Windows Vista/7, have you installed Python(x,y):
    b. by right-clicking on the installer and selecting "Run as an
administrator"
11. Regarding installed softwares on your machine, how did you clean your
machine before installing Python(x,y) (multiple answers are possible):
    a. you didn't do anything, you installed Python(x,y) directly on your machine without precaution

What steps will reproduce the problem?
1.import vtk
2.c = vtk.vtkEventQtSlotConnect()

What is the expected output? What do you see instead?
expexted: it works
is see: c = vtk.vtkEventQtSlotConnect()
        AttributeError: 'module' object has no attribute        'vtkEventQtSlotConnect'

Please provide any additional information below.
I found this at a VTK Forum 
http://vtk.1045678.n5.nabble.com/vtkEventQtSlotConnect-not-wrapped-in-python-td5
654487.html

Original issue reported on code.google.com by Alul...@gmail.com on 11 Sep 2012 at 8:49

GoogleCodeExporter commented 9 years ago
Fixed by VTK 5.10.1.

Original comment by grizzly.nyo on 18 Apr 2013 at 2:16