Re: [Paraview] paraview GUI entry point not found in win10, compiled with qt 5.10 and vs 2017.

2017-12-20 Thread 程迪
Thank you! it works! I found it conflict with my miniconda python, which uses and contains qt5.6.2 Di Cheng Engineer of Research and Development Center, visiting scholar at University of Connecticut China Academy of Aerospace Aerodynamics Phone @ China: +86-l58Ol5949ll Phone @ US: +l-86O-6l7-l886

Re: [Paraview] paraview GUI entry point not found in win10, compiled with qt 5.10 and vs 2017.

2017-12-20 Thread Cory Quammen
Check your PATH environment variable to make sure nothing is inserting a path Qt DLLs different from the Qt with which you built ParaView. Note that CMake installs Qt DLLs, so if you have that installed, your PATH may be set to point to those DLLs. HTH, Cory On Tue, Dec 19, 2017 at 7:01 PM, 程迪