# Enable FiltersPython

**URL:** https://discourse.paraview.org/t/enable-filterspython/1328
**Category:** ParaView Support
**Created:** [February 20, 2019, 10:03pm UTC](https://discourse.paraview.org/t/enable-filterspython/1328 "2019-02-20T22:03:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![danlipsa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/danlipsa/32/1563_2.png) [@danlipsa](https://discourse.paraview.org/u/danlipsa)
#### Post date: [February 20, 2019, 10:03pm UTC](https://discourse.paraview.org/t/enable-filterspython/1328/1 "2019-02-20T22:03:46Z")

</div>

Hi all,  
I just build ParaView from master and  
FiltersPython was not built even if

VTK\_MODULE\_ENABLE\_VTK\_FiltersPython:INTERNAL=DEFAULT

I did not see an option in ParaView to enable that.

I had to  
cmake -DVTK\_MODULE\_ENABLE\_VTK\_FiltersPython:INTERNAL=YES .

to enable it.

Is this right? How do you know what DEFAULT means?

Thanks,  
Dan

---

<div class="post-metadata">

### Author: ![utkarsh.ayachit](https://discourse.paraview.org/user_avatar/discourse.paraview.org/utkarsh.ayachit/32/39_2.png) [@utkarsh.ayachit](https://discourse.paraview.org/u/utkarsh.ayachit)
#### Post date: [February 20, 2019, 10:30pm UTC](https://discourse.paraview.org/t/enable-filterspython/1328/2 "2019-02-20T22:30:01Z")

</div>

it’s been fixed here: [https://gitlab.kitware.com/paraview/paraview/merge\_requests/3049](https://gitlab.kitware.com/paraview/paraview/merge_requests/3049)

---

<div class="post-metadata">

### Author: ![danlipsa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/danlipsa/32/1563_2.png) [@danlipsa](https://discourse.paraview.org/u/danlipsa)
#### Post date: [February 20, 2019, 10:59pm UTC](https://discourse.paraview.org/t/enable-filterspython/1328/3 "2019-02-20T22:59:20Z")

</div>

Great. Thanks Utkarsh!
