I know nothing about python but I found a cool python script which is a Gmail notifier for KDE under linux (at http://gmail-notify.sourceforge.net ) <p> I want to run this on my knoppix liveCD, which is unfortunately missing some of the import libraries. Specifically, these are statements that generate errors: <p> <pre> import pygtk pygtk.require('2.0') import gtk import pytrayicon </pre> <p> Can someone advise me on where to find these libraries (and anything else I might need to know)? I am only familiar with installing perl libraries/modules, so I hope python is easier than perl in that regard!