[Tutor] COnvert a string?

j2 spamfilter2@mupp.net
Sun Jul 6 07:45:01 2003


> you need
> import email.Header

import email should impor teverything, shouldnt it?

cookiemonster:/root/scripts# ./test.py       
Traceback (most recent call last):
  File "./test.py", line 5, in ?
    import email.Header
ImportError: No module named Header
cookiemonster:/root/scripts# 
cookiemonster:/root/scripts# python2.2
Python 2.2.1 (#1, Sep  7 2002, 14:34:30)