M2Crypto installation (was: Re: [ftputil] SECURE FTP)

Stefan Schwarzer sschwarzer@sschwarzer.net
Wed, 14 Apr 2004 20:33:15 +0200


Valeriy:

On Mon, 2004-04-12 16:57:46 -0400, Valeriy Pogrebitskiy wrote:
> No, I do not think so... Is Parser.py a part of distutils?

The patch mentioned in
http://mail.python.org/pipermail/python-checkins/2002-June/027046.html
suggest that the Parser module is a part of the email package in
Python's standard library. As far as I remember, that package wasn't
included in Python 2.0 but it should be in 2.2.

What happens if you import distutils interactively in the interpreter?

>>> import distutils
>>>

If you get a traceback here, you may consider updating your Python
version, if not to 2.3.3 then to 2.2.3 (if you have to stay with the
2.2 series for some reason).

Stefan