From owner-freebsd-ports@FreeBSD.ORG Tue Mar 15 21:58:44 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8762816A4CF for ; Tue, 15 Mar 2005 21:58:44 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DC043D41 for ; Tue, 15 Mar 2005 21:58:42 +0000 (GMT) (envelope-from vincent@localhost.free.fr) Received: from vincent (ferreol-1-82-66-171-150.fbx.proxad.net [82.66.171.150]) by postfix4-2.free.fr (Postfix) with ESMTP id 95F522EC634; Tue, 15 Mar 2005 22:58:39 +0100 (CET) Received: by vincent (Postfix, from userid 1001) id EFA5AC99A6; Tue, 15 Mar 2005 22:58:36 +0100 (CET) Date: Tue, 15 Mar 2005 22:58:36 +0100 From: Bachelier Vincent To: ports@freebsd.org Message-ID: <20050315215836.GA51708@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD vincent 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE cc: klammer@webonaut.com cc: freebsd-questions@webonaut.com Subject: gdesklets-sysinfo-0.26_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 21:58:44 -0000 I have issue when I install and run gdesklets-sysinfo-0.26_1 I think they miss a dependancy need disk module, but don't know where to find it ... I don't program in python a solution ? here the log: === Error in the core! Please report this bug! exceptions.AttributeError: 'module' object has no attribute 'disk' in /usr/X11R6/lib/gdesklets/display/TargetMenuItem.py: line 81 f in /usr/X11R6/lib/gdesklets/display/Display.py: line 842 __handle_configure in /usr/X11R6/lib/gdesklets/display/Display.py: line 421 __open_configurator in /usr/X11R6/lib/gdesklets/Controls/Sensors/__init__.py: line 56 __get_configurator in /usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py: line 50 get_configurator in /usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py: line 16 get_partitions /usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py 11 12 13 14 def get_partitions(self): 15 > 16 for dev, mpoint in lib.disk.get_partitions(): 17 self.__parts.append([dev, mpoint]) 18 19 return self.__parts 20 21 22 Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' Traceback (most recent call last): File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/__init__.py", line 185, in __get_sys_info_thread self.__sysinfo.set_sys(signal, index) File "/usr/X11R6/share/gnome/gdesklets/Sensors/SysInfo/SysInfo.py", line 34, in set_sys os = lib.sys.get_os() AttributeError: 'module' object has no attribute 'sys' ==========================================================[03/15/05-22:51:48]=== Removing "/usr/X11R6/share/gnome/gdesklets/Displays/SysInfo/sysinfo.display" with ID "id11109234025864573" from the display list. -- Vincent Bachelier Language : Francais / English Societ(e/y) : Solintech - http://www.solintech.fr - Serveurs linux Blog : http://dieghostfbsd.blogspot.com Site perso : http://www.solintech.fr/freebsd/ - FreeBSD Donjon Citation (fortune): God is not dead! He's alive and autographing bibles at Cody's