From owner-freebsd-questions@freebsd.org Sun Aug 13 09:49:52 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64192DD3CCA for ; Sun, 13 Aug 2017 09:49:52 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7EC366CFA for ; Sun, 13 Aug 2017 09:49:49 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id v7D9mZfa090904; Sun, 13 Aug 2017 11:48:37 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: python promblems To: John Levine , freebsd-questions@freebsd.org References: <20170812221936.14633.qmail@ary.lan> From: Bernt Hansson Message-ID: <4b9f0f28-6958-8201-24c8-a2dcb6324926@bananmonarki.se> Date: Sun, 13 Aug 2017 11:48:35 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170812221936.14633.qmail@ary.lan> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Aug 2017 09:49:52 -0000 On 2017-08-13 00:19, John Levine wrote: > In article <0aa880da-5d8c-93cd-678f-c95e2bc13459@bananmonarki.se> you write: >> Failed to initialize the interactive 3D model view. >> Please install 'python-gtkglext1' to enable it. >> >> pkg info | grep py27: >> >> py27-gtkglext-1.1.0_12 Python binding for GtkGLExt >> >> What to do now. Pycam was working nice before. > Try uninstalling the library it and reinstalling it. That often fixes > problems due to shared library names or locations changing. > > What library might that be?