From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 329D41382C5 for ; Fri, 18 Dec 2020 21:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51306E0922; Fri, 18 Dec 2020 21:31:51 +0000 (UTC) Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CF7DE08F0 for ; Fri, 18 Dec 2020 21:31:50 +0000 (UTC) Received: by mail-qk1-x72d.google.com with SMTP id h4so3494166qkk.4 for ; Fri, 18 Dec 2020 13:31:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=x4vKhN3mF7nyKpmJZ1vcXpB5MhkNr5VApfr/9Ias75s=; b=qoPkPNtw9xnc6TpwQF6cG5n/5BwGlg0+TjrejW1SKoSd29Qm6P1caEg7wczT9lmbHD 93DK4g7QG7OgwetD/Gs0LCv8bS5RCPz522bnF9/ZJxdVpvrATs9lMefUbpoG9ONpjz0S SInOK2EEadc4D5570E9HIRa6JRxfAn06Vil/yJnUL6+3jx7cNMU1OLDwuxWUbrM5DUGX 6cEfEhR+Znnr1ZVwZyfkULopiGN3XHkU6rsPuW5H7y2DYGvAzK6Ox1JDSoD3YPEU4KmY mLlLoPSgOygCn0nV4icKjPHDt0D92uaLxzmQ9ZB4udURjc/I8CbAClJgYiYyQ2Ky2FtM 3EGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=x4vKhN3mF7nyKpmJZ1vcXpB5MhkNr5VApfr/9Ias75s=; b=JGtwEpdjXj+My1HVSyLKOUAyZHE67vCQJJxTWPczVBxqfHfWr6f1A4CYFzWdqWUn7I io2nn13+sNFr58sOjIA7vPk26BfOT2t1lsAk9mWGnM4DycNhd50YQ51uo0LSBHxMaxtO CBovTFLHOoD8PJwY8HF8ZkHEf0/cAY9ut4tjuo1JmvuzpCuE3I7rzCDS8PEySkXaLVdv g93PoxeXWHv2Wx/FlHfH5h9StOmbmzHkwOt43GeekoDjuLnu0cpkMJwKm+OZW+Be0TaI rXPM7hNOFKm+TXKvJXXGVVCIKAqiNyPiYAbV96zvRh0XT/uNicm1dQYrr4D71wu4tSks VvIw== X-Gm-Message-State: AOAM533/x47oFv6ato9SsZpt/TBXpNFtzxqpvvfQo8dbc1AsYZwlyieI woQ/yEbyq+S3sjpacA24Hh8PfEbgizQ= X-Google-Smtp-Source: ABdhPJzuG8tlAH3cch+nx7erTvXwESdBaRor64ouP2pnUSoA++qkFGyI6XTT0UHf++YJHlkP4RRMXA== X-Received: by 2002:a37:270e:: with SMTP id n14mr7102021qkn.165.1608327109852; Fri, 18 Dec 2020 13:31:49 -0800 (PST) Received: from ?IPv6:2600:1000:b16d:c7da:f8f3:f231:d50f:8bdb? ([2600:1000:b16d:c7da:f8f3:f231:d50f:8bdb]) by smtp.gmail.com with ESMTPSA id n4sm6319245qtl.22.2020.12.18.13.31.48 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 18 Dec 2020 13:31:49 -0800 (PST) To: gentoo-user@lists.gentoo.org From: "Valmor F. de Almeida" Subject: [gentoo-user] vtk python USE flag question Message-ID: <89a09c0e-aa82-0ab1-1afd-fb8aba100ae4@gmail.com> Date: Fri, 18 Dec 2020 16:31:47 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: eb7a9183-e27c-4edc-8175-8c969bc722ae X-Archives-Hash: c062e87101952d999fb3872af874266d 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