Closed GoogleCodeExporter closed 9 years ago
If relevant, please answer to the following questions: 1. What version of Python(x,y) have you installed? VERSION 2.7.5 IN WINDOWS 7 64 BITS 2. Which components have you installed (Python(x,y) installer: componentpage): a. Have you selected the "Recommended" component selection? NO b. Have you selected the "Full" component selection? NO c. Have you selected manually plugins in the component list? Whatplugins? ALL PLUGINS 3. Have you selected the option "Customize installation directories"? b. NO 4. If the answer to 3. is yes, what installation directories have you chosen? 5. Where did you install Python(x,y) itself? a. DEFAULT PATH 6. Have you installed Python(x,y): b. FOR ALL USERS 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 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 software on your machine, how did you clean your machine before installing Python(x,y) (multiple answers are possible): b. you uninstalled any previous Python distribution (including the official .msi) What steps will reproduce the problem? 1. RUN THE FOLLOWING CODE IN SPYDER IDE (Python (x,y) 2.7.5 in Windows 7 64bit): import numpy as np from mayavi import mlab grafic = mlab.surf(np.random.rand(30, 30)) mlab.colorbar(grafic, orientation='horizontal') mlab.axes(grafic) What is the expected output? What do you see instead? EXPECTED: A COLORED SURF WITH A COLOR BAR AND AXIS. AND AN INTERACTION LIKE TRANSLATE/ROTATE/ZOOM THE SURF IN SCENE SHOWN: I CAN SEE THE SCENE BUT NO INTERACTION AND WITH THE FOLLOW MESSAGE: Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. Imported NumPy 1.8.0, SciPy 0.13.2, Matplotlib 1.3.1 + guidata 1.6.1, guiqwt 2.3.1 Type "scientific" for more details. >>> runfile('C:/Python27/Lib/site-packages/xy/test.py', wdir=r'C:/Python27/Lib/site-packages/xy') Exception occurred in traits notification handler. Please check the log file for details. Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 881536 Reference Count: 2 Registered Events: (none) ClippingRange: (0.01, 1000.01) DirectionOfProjection: (0, 0, -1) Distance: 1 EyeAngle: 2 FocalDisk: 1 FocalPoint: (0, 0, 0) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 1 Position: (0, 0, 1) Stereo: Off Left Eye: 1 Thickness: 1000 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (-0, -0, 1) ViewUp: (0, 1, 0) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [-0. -0. 1.], new value: [-0. -0. 1.] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 886970 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (0.01, 1000.01) DirectionOfProjection: (-0.57735, -0.57735, -0.57735) Distance: 1.73205 EyeAngle: 2 FocalDisk: 1 FocalPoint: (0, 0, 0) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 1 Position: (1, 1, 1) Stereo: Off Left Eye: 1 Thickness: 1000 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.57735, 0.57735, 0.57735) ViewUp: (0, 1, 0) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [-0. -0. 1.], new value: [ 0.57735027 0.57735027 0.57735027] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 887006 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (0.01, 1000.01) DirectionOfProjection: (-0.57735, -0.57735, -0.57735) Distance: 1.73205 EyeAngle: 2 FocalDisk: 1 FocalPoint: (0, 0, 0) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 1 Position: (1, 1, 1) Stereo: Off Left Eye: 1 Thickness: 1000 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.57735, 0.57735, 0.57735) ViewUp: (0, 0, 1) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [ 0.57735027 0.57735027 0.57735027], new value: [ 0.57735027 0.57735027 0.57735027] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 890633 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (0.01, 1000.01) DirectionOfProjection: (-0.68828, -0.68828, -0.229217) Distance: 2.17934 EyeAngle: 2 FocalDisk: 1 FocalPoint: (-0.5, -0.5, 0.500457) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 1 Position: (1, 1, 1) Stereo: Off Left Eye: 1 Thickness: 1000 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.68828, 0.68828, 0.229217) ViewUp: (0, 0, 1) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [ 0.57735027 0.57735027 0.57735027], new value: [ 0.68828026 0.68828026 0.22921727] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 890669 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (0.01, 1000.01) DirectionOfProjection: (-0.57735, -0.57735, -0.57735) Distance: 79.253 EyeAngle: 2 FocalDisk: 1 FocalPoint: (-0.5, -0.5, 0.500457) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 1 Position: (45.2567, 45.2567, 46.2572) Stereo: Off Left Eye: 1 Thickness: 1000 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.57735, 0.57735, 0.57735) ViewUp: (0, 0, 1) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [ 0.68828026 0.68828026 0.22921727], new value: [ 0.57735027 0.57735027 0.57735027] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 890670 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (44.5676, 123.106) DirectionOfProjection: (-0.57735, -0.57735, -0.57735) Distance: 79.253 EyeAngle: 2 FocalDisk: 1 FocalPoint: (-0.5, -0.5, 0.500457) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 1 Position: (45.2567, 45.2567, 46.2572) Stereo: Off Left Eye: 1 Thickness: 78.5382 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.57735, 0.57735, 0.57735) ViewUp: (0, 0, 1) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [ 0.57735027 0.57735027 0.57735027], new value: [ 0.57735027 0.57735027 0.57735027] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 890671 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (44.5676, 123.106) DirectionOfProjection: (-0.57735, -0.57735, -0.57735) Distance: 79.253 EyeAngle: 2 FocalDisk: 1 FocalPoint: (-0.5, -0.5, 0.500457) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 20.5122 Position: (45.2567, 45.2567, 46.2572) Stereo: Off Left Eye: 1 Thickness: 78.5382 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.57735, 0.57735, 0.57735) ViewUp: (0, 0, 1) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [ 0.57735027 0.57735027 0.57735027], new value: [ 0.57735027 0.57735027 0.57735027] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 890714 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (44.5676, 123.106) DirectionOfProjection: (-0.57735, -0.57735, -0.57735) Distance: 79.253 EyeAngle: 2 FocalDisk: 1 FocalPoint: (-0.5, -0.5, 0.500457) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 20.5122 Position: (45.2567, 45.2567, 46.2572) Stereo: Off Left Eye: 1 Thickness: 78.5382 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.57735, 0.57735, 0.57735) ViewUp: (0, 0, 1) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [ 0.57735027 0.57735027 0.57735027], new value: [ 0.57735027 0.57735027 0.57735027] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal Exception occurred in traits notification handler for object: vtkOpenGLCamera (0A42B238) Debug: Off Modified Time: 890715 Reference Count: 2 Registered Events: Registered Observers: vtkObserver (09D2B680) Event: 33 EventName: ModifiedEvent Command: 0A573688 Priority: 0 Tag: 1 ClippingRange: (44.5676, 123.106) DirectionOfProjection: (-0.57735, -0.57735, -0.57735) Distance: 79.253 EyeAngle: 2 FocalDisk: 1 FocalPoint: (-0.5, -0.5, 0.500457) ViewShear: (0, 0, 1) ParallelProjection: Off ParallelScale: 20.5122 Position: (45.2567, 45.2567, 46.2572) Stereo: Off Left Eye: 1 Thickness: 78.5382 ViewAngle: 30 UseHorizontalViewAngle: 0 UserTransform: (none) (none) ViewPlaneNormal: (0.57735, 0.57735, 0.57735) ViewUp: (0, 0, 1) WindowCenter: (0, 0) UseOffAxisProjection: (0) ScreenBottomLeft: (-0.5, -0.5, -0.5) ScreenBottomRight: (0.5, -0.5, -0.5) ScreenTopRight: (0.5, 0.5, -0.5) EyeSeparation: (0.06) WorldToScreenMatrix: (04D0D788 Debug: Off Modified Time: 881538 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) EyeTransformMatrix: (04D0D5E8 Debug: Off Modified Time: 881540 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) ModelTransformMatrix: (04D0D1D8 Debug: Off Modified Time: 881542 Reference Count: 1 Registered Events: (none) Elements: 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 ) , trait: view_plane_normal, old value: [ 0.57735027 0.57735027 0.57735027], new value: [ 0.57735027 0.57735027 0.57735027] Traceback (most recent call last): File "C:\Python27\lib\site-packages\traits\trait_notifiers.py", line 340, in __call__ self.handler( *args ) File "C:\Python27\lib\site-packages\tvtk\tvtk_classes.zip\tvtk_classes\camera.py", line 82, in _view_plane_normal_changed self._do_change(self._vtk_obj.SetViewPlaneNormal, AttributeError: SetViewPlaneNormal >>> Please provide any additional information below. I SENT AN EMAIL TO SPYDERLIB ISSUES GROUP AND THEY RECOMMENDED ME REPORT THE PROBLEM TO PYTHONXY BECAUSE THEY CANNOT FIX
Original issue reported on code.google.com by fpauli...@gmail.com on 5 May 2014 at 3:12
fpauli...@gmail.com
Original comment by grizzly.nyo on 1 Jun 2014 at 9:08
grizzly.nyo
Original issue reported on code.google.com by
fpauli...@gmail.com
on 5 May 2014 at 3:12