I am not familiar with wxpython, so not sure what might be the issues you're running into to. However, just to answer your question about Python version shipped with ParaView, it is not a modified version, we directly build from source and package the generated binaries. For information about which version was packaged, refer to http://paraview.org/Wiki/ParaView_Binaries.
If things are working in pvpython and not with the GUI, my guess is that it has something to do with event loops. ParaView has the Qt event loop always active and the Python shell is indeed running in the same main thread, FWIW. Utkarsh _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
