The problem still persists when using Ubuntu 9.10.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I'm using Python 2.6.5 on Windows. Here an alternate solution:
import sys
import os
sys.path.insert(0, os.path.abspath("C:/Python26/Lib/"))
from email import utils
if __name__ == '__main__':
print "starting..."