From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 10:00:31 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3F1D48D for ; Sun, 1 Mar 2015 10:00:31 +0000 (UTC) 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 618E294E for ; Sun, 1 Mar 2015 10:00:29 +0000 (UTC) Received: from kw.news4all.se (localhost [127.0.0.1]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t21A0QKD014970; Sun, 1 Mar 2015 11:00:26 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <54F2E33A.5050505@bananmonarki.se> Date: Sun, 01 Mar 2015 11:00:26 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Andrew Berg , freebsd-questions@freebsd.org Subject: Re: Freebsd, sort of. Python help needed. References: <54F2BFD0.406@bananmonarki.se> <54F2C668.1010805@my.hennepintech.edu> In-Reply-To: <54F2C668.1010805@my.hennepintech.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2015 10:00:32 -0000 On 2015-03-01 08:57, Andrew Berg wrote: > On 2015.03.01 01:29, Bernt Hansson wrote: >> Hello list. >> >> Trying to get some python scripts running, Well it runs but missing >> something. >> >> The error is; >> >> Failed to initialize the interactive 3D model view. >> Please install 'python-gtkglext1' to enable it. >> >> Which I have installed as /usr/ports/x11-toolkits/gtkglext > Ports for things do not include bindings for every language conceivable > (bindings are usually separate projects!). You are looking for > x11-toolkits/py-gtkglext. Thank you! I'll try that. Not a programmer myself.