upload file via web form

Trent Mick trentm at ActiveState.com
Mon Mar 10 17:23:44 EST 2003


[John Hunter wrote]
> My version of the email package (with python 2.2) does not have
> email.MIMEMultipart.  Has this been moved to another package or
> renamed.  Unfortunately, I can't use your function because this is
> missing.

I have:

    H:\>python
    ActivePython 2.2.2 Build 224 (ActiveState Corp.) based on
    Python 2.2.2 (#37, Nov 25 2002, 13:15:27) [MSC 32 bit (Intel)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import email
    >>> email.__version__
    '2.4.3'
    >>>

What version of Python and of the email package do you have? Can you
upgrade?


Trent

-- 
Trent Mick
TrentM at ActiveState.com





More information about the Python-list mailing list