Problem when using pygtk with crontab —
since I successfully used pynotify with crontab, a new problem occured.
I wanted to create a gtk.Window() to display s...
Mar 23, 2009
Problem when using pyinotify with crontab —
I write a script by Python as a reminder, and want it to run every half an hour. So I use crontab to complete the task....