[Paraview] Fatal error LNK1104: cannot open file 'python31.lib'

2011-09-20 Thread Concetta Piazzese
Hi, I'm tring to build Paraview 3.10 (and python 3.1) on a Windows7 64bit OS with MSVC2008. In Cmake I set: //Path to a program. PYTHON_EXECUTABLE:FILEPATH=C:/Python31/python.exe //Path to a file. PYTHON_INCLUDE_DIR:PATH=C:/Python31/include //Path to a library.

Re: [Paraview] Fatal error LNK1104: cannot open file 'python31.lib'

2011-09-20 Thread Concetta Piazzese
with ParaView or VTK. Python 2.7.2 is fine though. On Tue, Sep 20, 2011 at 8:46 AM, Concetta Piazzese aliens30...@hotmail.it wrote: Hi, I'm tring to build Paraview 3.10 (and python 3.1) on a Windows7 64bit OS with MSVC2008. In Cmake I set: //Path to a program. PYTHON_EXECUTABLE:FILEPATH=C:/Python31

Re: [Paraview] Fatal error LNK1104: cannot open file 'python31.lib'

2011-09-20 Thread Concetta Piazzese
I'll try with PYTHON_LIBRARY:FILEPATH=C:/Python31/libs/python31.lib and I'll let you know. Thanks! Date: Tue, 20 Sep 2011 08:55:25 -0400 Subject: Re: [Paraview] Fatal error LNK1104: cannot open file 'python31.lib' From: dresche...@gmail.com To: aliens30...@hotmail.it CC:

Re: [Paraview] Fatal error LNK1104: cannot open file 'python31.lib'

2011-09-20 Thread Concetta Piazzese
will not work with ParaView or VTK. Python 2.7.2 is fine though. On Tue, Sep 20, 2011 at 8:46 AM, Concetta Piazzese aliens30...@hotmail.it wrote: Hi, I'm tring to build Paraview 3.10 (and python 3.1) on a Windows7 64bit OS with MSVC2008. In Cmake I set: //Path to a program