by riki on Wed Dec 01, 2010 10:43 am
Could the following have anything to do with my problem?
riki-desktop riki # dconf
/usr/bin/dconf:3: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import os, sys, glob, re, shutil, getopt, popen2, time, fnmatch
/usr/bin/dconf:5: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import difflib, smtplib, gzip, md5, sha
/usr/bin/dconf:5: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import difflib, smtplib, gzip, md5, sha
Riki