From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 08:32:02 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 DFD248C0 for ; Sun, 1 Mar 2015 08:32:02 +0000 (UTC) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0141.outbound.protection.outlook.com [157.56.111.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7ACA7F4D for ; Sun, 1 Mar 2015 08:32:01 +0000 (UTC) Received: from [10.0.0.21] (73.5.142.244) by BY1PR0301MB0840.namprd03.prod.outlook.com (25.160.193.146) with Microsoft SMTP Server (TLS) id 15.1.93.16; Sun, 1 Mar 2015 07:57:32 +0000 Message-ID: <54F2C668.1010805@my.hennepintech.edu> Date: Sun, 1 Mar 2015 01:57:28 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Subject: Re: Freebsd, sort of. Python help needed. References: <54F2BFD0.406@bananmonarki.se> In-Reply-To: <54F2BFD0.406@bananmonarki.se> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [73.5.142.244] X-ClientProxiedBy: CY1PR12CA0009.namprd12.prod.outlook.com (25.160.137.19) To BY1PR0301MB0840.namprd03.prod.outlook.com (25.160.193.146) Authentication-Results: freebsd.org; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY1PR0301MB0840; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(601004)(5005006); SRVR:BY1PR0301MB0840; X-Forefront-PRVS: 0502983C0E X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6009001)(6049001)(24454002)(51704005)(77156002)(62966003)(59896002)(122386002)(40100003)(450100001)(23676002)(2351001)(64126003)(89122001)(110136001)(65816999)(77096005)(47776003)(50986999)(66066001)(2950100001)(76176999)(54356999)(88552001)(65956001)(107886001)(50466002)(92566002)(46102003)(75432002)(42186005)(87976001)(86362001)(83506001)(87266999)(33656002); DIR:OUT; SFP:1102; SCL:1; SRVR:BY1PR0301MB0840; H:[10.0.0.21]; FPR:; SPF:None; MLV:sfv; LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:; SRVR:BY1PR0301MB0840; X-OriginatorOrg: my.hennepintech.edu X-MS-Exchange-CrossTenant-OriginalArrivalTime: 01 Mar 2015 07:57:32.9299 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR0301MB0840 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 08:32:03 -0000 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.