[Paraview] PYTHONPATH environmental variable

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Jun 19 09:56:45 EDT 2015


I find it easier to figure this out by using  pvpython and  then doing the
following:

import sys
print sys.path

The path should have all the directories that need to be set in your
PYTHONPATH.

Utkarsh

On Fri, Jun 19, 2015 at 2:15 AM Timo Oster <timo.oster at ovgu.de> wrote:

> Hi Felix,
>
> I just happened upon the same problem yesterday. The solution was to add
> the directory with the vkt shared objects into the PYTHONPATH. Those are
> in .../site-packages/vtk. The .../site-packages/paraview/vtk is just a
> mirror that includes the libraries from the top-level vtk directory.
>
> Hope this helps.
>
> Regards,
>
> Timo
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150619/bbc4398d/attachment.html>


More information about the ParaView mailing list