coolcoolad / pythonxy

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

Warning concerning VTK when using mlab #330

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I am running python(x,y) 2.7.2.1 on windows 7, and I have installed mayavi 
using the setup options in the installer. When I run the IPython (mlab) 
interactive console or try to import mlab, I get the following warning: 
Imported VTK version (5.8) does not match the one used to build the TVTK 
classes (5.6). is this serious?

Thanks,
Peter

Original issue reported on code.google.com by peterk...@gmail.com on 10 Nov 2011 at 7:26

GoogleCodeExporter commented 9 years ago
VTK supposedly is backwards compatible. But, we'll rebuild ETS to avoid this 
warning.

Original comment by grizzly.nyo on 12 Nov 2011 at 6:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It is, in fact, critical that the two versions match. I was experiencing the 
same warning message after upgrading to pythonxy 2.7.2.1 on windows 7. While I 
was able to get some elements of scenes to render correclty other elements were 
wrong. Background, axes, and axes labels were all rendering black where they 
should have been rendering in gray, white, and white, respectively. 

As a workaround until an official pythonxy ETS plugin is released, I located a 
binary for ETS 4.1.0 here:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

Make sure you get the 32-bit version if you are running pythonxy.

Original comment by jed.lud...@gmail.com on 9 Jan 2012 at 9:01

GoogleCodeExporter commented 9 years ago
Thanks for the info.  Hopefully this issue will be reslved soon.

Original comment by grizzly.nyo on 10 Jan 2012 at 5:00

GoogleCodeExporter commented 9 years ago
Fixed with ETS 4.1

Original comment by grizzly.nyo on 21 Jan 2012 at 7:57