On 12/18/20 4:31 PM, Valmor F. de Almeida wrote: > Hello, > > I emerged vtk with the python USE flag on. > Next I started a python interactive session and tried to import vtk: > > -> python > Python 3.8.6 (default, Nov 21 2020, 00:26:41) > [GCC 9.3.0] on linux > Type "help", "copyright", "credits" or "license" for more information. >>>> import vtk > > but vtk can't be found. > > Are the bindings for python supposed to work this way? > > Thanks, > -- > Valmor >
Check what version of python_single_target vtk was merged for. Most likely, it was merged for 3.7, in which case you need to do an upgrade. Recently the python targets were changed from 3.7 to 3.8 so its good idea to remerge the whole tree to upgrade all packages to 3.8 Aisha

