David Guerizec <[EMAIL PROTECTED]> writes: > Is there a reason why /usr/lib/python2.x/site-packages/TMDA/pythonlib > isn't prepended to sys.path in TMDA/Utils.py ?
Because I'm doing this from the bin/tmda-* programs. So, by the time Utils is imported, pythonlib is already on sys.path. > I had a problem with the line 'from email import Header' in the > function decode_header(str). Where did you have this problem? _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
