From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 10:01:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEC7116A400 for ; Sat, 14 Jul 2007 10:01:56 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.freebsd.org (Postfix) with ESMTP id 92B8D13C4A3 for ; Sat, 14 Jul 2007 10:01:56 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=localhost.cpcnw.co.uk) by ptb-relay02.plus.net with esmtp (Exim) id 1I9eRm-0005mf-NT for freebsd-questions@freebsd.org; Sat, 14 Jul 2007 11:01:54 +0100 Date: Sat, 14 Jul 2007 11:01:42 +0100 To: freebsd-questions@freebsd.org From: "Graham Bentley" Organization: Custom PC North West Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.21 (FreeBSD) Subject: Obmenu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 10:01:57 -0000 Hi All, I was wondering if anyone can shed any light on this, I have come accross it before but cant remember how to resolve ? I think there are some Perl modules to install and vaguely recall something to do with cpan but thats about it. I downloaded the latest obmenu [a graphical menu editor for OpenBox] and foloowed the instructions - results below ; $ su root Password: 3bsd# python setup.py install running install running build running build_py creating build creating build/lib copying obxml.py -> build/lib running build_scripts creating build/scripts-2.4 copying and adjusting obmenu -> build/scripts-2.4 copying and adjusting pipes/obm-xdg -> build/scripts-2.4 copying and adjusting pipes/obm-dir -> build/scripts-2.4 copying and adjusting pipes/obm-moz -> build/scripts-2.4 copying and adjusting pipes/obm-nav -> build/scripts-2.4 changing mode of build/scripts-2.4/obmenu from 644 to 755 changing mode of build/scripts-2.4/obm-xdg from 644 to 755 changing mode of build/scripts-2.4/obm-dir from 644 to 755 changing mode of build/scripts-2.4/obm-moz from 644 to 755 copying build/lib/obxml.py -> /usr/local/lib/python2.4/site-packages byte-compiling /usr/local/lib/python2.4/site-packages/obxml.py to obxml.pyc running install_scripts copying build/scripts-2.4/obmenu -> /usr/local/bin copying build/scripts-2.4/obm-xdg -> /usr/local/bin copying build/scripts-2.4/obm-dir -> /usr/local/bin copying build/scripts-2.4/obm-moz -> /usr/local/bin copying build/scripts-2.4/obm-nav -> /usr/local/bin changing mode of /usr/local/bin/obmenu to 755 changing mode of /usr/local/bin/obm-xdg to 755 changing mode of /usr/local/bin/obm-dir to 755 changing mode of /usr/local/bin/obm-moz to 755 changing mode of /usr/local/bin/obm-nav to 755 running install_data creating /usr/local/share/obmenu copying obmenu.glade -> /usr/local/share/obmenu copying icons/mnu16.png -> /usr/local/share/obmenu copying icons/mnu48.png -> /usr/local/share/obmenu 3bsd# exit exit $ obmenu Traceback (most recent call last): File "/usr/local/bin/obmenu", line 21, in ? import obxml, gtk, gtk.glade, gobject, random, time, os, sys ImportError: No module named gtk ---- If anyone could help with this it would be greatly appreciated. Thanks!