Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


devel:vtk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
devel:vtk [2015/02/23 21:11] wauteletdevel:vtk [2016/03/30 15:23] – external edit 127.0.0.1
Line 169: Line 169:
 Lors de la génération de l'installer en Release et en Debug, il est normal d'observer ce message d'erreur. Ce sera fixé plus tard lors du setup python. Lors de la génération de l'installer en Release et en Debug, il est normal d'observer ce message d'erreur. Ce sera fixé plus tard lors du setup python.
 <code>  <code> 
-running install +running install  
-21>   +Checking .pth file support in ..\VTKINSTALL\Lib\site-packages\  
-21>  Checking .pth file support in ..\VTKINSTALL\Lib\site-packages\ +  F:\LibsVS2012\Python\bin\pythonw.exe -E -c pass 
-21>   +  TEST FAILED: ..\VTKINSTALL\Lib\site-packages\ does NOT support .pth files 
-21>  F:\LibsVS2012\Python\bin\pythonw.exe -E -c pass +  EXEC : error : bad install directory or PYTHONPATH  
-21>   +You are attempting to install a package to a directory that is not on PYTHONPATH and which Python does not read ".pth" files from.  The installation directory you specified (via --install-dir, --prefix, or the distutils default setting) was: 
-21>  TEST FAILED: ..\VTKINSTALL\Lib\site-packages\ does NOT support .pth files +     ..\VTKINSTALL\Lib\site-packages\ 
-21>   +and your PYTHONPATH environment variable currently contains: 
-21>EXEC : error : bad install directory or PYTHONPATH +     '' 
-21>   +Here are some of your options for correcting the problem:   
-21>   +  * You can choose a different installation directory, i.e., one that is on PYTHONPATH or supports .pth files 
-21>   +  * You can add the installation directory to the PYTHONPATH environment variable.  (It must then also be on PYTHONPATH whenever you run Python and want to use the package(s) you are installing.)   
-21>  You are attempting to install a package to a directory that is not +  * You can set up the installation directory to support ".pth" files by using one of the approaches described here: 
-21>   +   https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations  
-21>  on PYTHONPATH and which Python does not read ".pth" files from.  The +Please make the appropriate changes for your system and try again. 
-21>   +
-21>  installation directory you specified (via --install-dir, --prefix, or +
-21>   +
-21>  the distutils default setting) was: +
-21>   +
-21>   +
-21>   +
-21>      ..\VTKINSTALL\Lib\site-packages\ +
-21>   +
-21>   +
-21>   +
-21>  and your PYTHONPATH environment variable currently contains: +
-21>   +
-21>   +
-21>   +
-21>      '' +
-21>   +
-21>   +
-21>   +
-21>  Here are some of your options for correcting the problem: +
-21>   +
-21>   +
-21>   +
-21>  * You can choose a different installation directory, i.e., one that is +
-21>   +
-21>    on PYTHONPATH or supports .pth files +
-21>   +
-21>   +
-21>   +
-21>  * You can add the installation directory to the PYTHONPATH environment +
-21>   +
-21>    variable.  (It must then also be on PYTHONPATH whenever you run +
-21>   +
-21>    Python and want to use the package(s) you are installing.) +
-21>   +
-21>   +
-21>   +
-21>  * You can set up the installation directory to support ".pth" files by +
-21>   +
-21>    using one of the approaches described here: +
-21>   +
-21>   +
-21>   +
-21>    https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations +
-21>   +
-21>   +
-21>   +
-21>  Please make the appropriate changes for your system and try again. +
 </code>  </code> 
 </note> </note>

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki