On Thu, Apr 20, 2017 at 14:44:47 -0700, Burlen Loring wrote: > [100%] Freezing Python and ParaView Python packages and modules > Removing > /usr/common/software/ParaView/builds/ParaView-5.3.0/Utilities/PythonInitializer/FrozenPython > Error: could not find python lib directory > Use > ``/usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/freeze/freeze_paraview.py > > -h'' for help > CMake Error at > /usr/common/software/ParaView/builds/ParaView/ThirdParty/FreezePython/vtkFreezePython.cmake:64 > > (message): > freeze_paraview failed (2)
Looking at the code, it seems that there is not a `config.c.in` in your `lib/python2.x` directory. It seems that it only searches `lib`. Are you on a platform which uses `/usr/lib64`, `/usr/lib/x86_64-linux-gnu`, or similar? Can you find a `config.c.in` near your Python installation? --Ben _______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
