Same here...and do you really need the package as attachment? Looks like all the information you need is in the stack trace. $ python Python 2.5.1 (r251:54863, Mar 7 2008, 04:10:12) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> modules Traceback (most recent call last): File "", line 1, in NameError: name 'modules' is not defined >>> help() Welcome to Python 2.5! This is the online help utility. If this is your first time using Python, you should definitely check out the tutorial on the Internet at http://www.python.org/doc/tut/. Enter the name of any module, keyword, or topic to get help on writing Python programs and using Python modules. To quit this help utility and return to the interpreter, just type "quit". To get a list of available modules, keywords, or topics, type "modules", "keywords", or "topics". Each module also comes with a one-line summary of what it does; to list the modules whose summaries contain a given word such as "spam", type "modules spam". help> modules Please wait a moment while I gather a list of all available modules... /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) /usr/lib/python2.5/site-packages/deskbar/core/keybinder/__init__.py:1: GtkWarning: gdk_keymap_get_for_display: assertion `GDK_IS_DISPLAY (display)' failed from _keybinder import * /usr/lib/python2.5/site-packages/deskbar/core/keybinder/__init__.py:1: GtkWarning: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed from _keybinder import * ** (.:12806): CRITICAL **: egg_keymap_resolve_virtual_modifiers: assertion `GDK_IS_KEYMAP (keymap)' failed ** (.:12806): CRITICAL **: egg_keymap_resolve_virtual_modifiers: assertion `GDK_IS_KEYMAP (keymap)' failed ** (.:12806): CRITICAL **: egg_keymap_resolve_virtual_modifiers: assertion `GDK_IS_KEYMAP (keymap)' failed /usr/lib/python2.5/site-packages/deskbar/core/keybinder/__init__.py:1: Warning: invalid (NULL) pointer instance from _keybinder import * /usr/lib/python2.5/site-packages/deskbar/core/keybinder/__init__.py:1: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed from _keybinder import * /usr/lib/python2.5/site-packages/deskbar/core/Utils.py:10: GtkWarning: gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed ICON_THEME = gtk.icon_theme_get_default() ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') ERROR:root:load_icon:Icon Load Error:'NoneType' object has no attribute 'load_icon' (or 'NoneType' object has no attribute 'load_icon') /usr/lib/python2.5/site-packages/gnomebtdownload/client.py:51: GtkWarning: cannot open display: gnome_program = gnome.program_init(app_name, app_version)