I know absolutely nothing about python but I found a cool python script which is a Gmail notifier for KDE under linux (at )
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:
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!
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:
Code:
import pygtk
pygtk.require('2.0')
import gtk
import pytrayicon