M2Crypto installation (was: Re: [ftputil] SECURE FTP)
Stefan Schwarzer
sschwarzer@sschwarzer.net
Mon, 12 Apr 2004 22:44:11 +0200
Hello Valeriy
On Mon, 2004-04-12 15:54:04 -0400, Valeriy Pogrebitskiy wrote:
> I downloaded M2Crypto module and tried to install it on our
> development Unix box. But, instalation does not start: I get
> ImportError exception that indicates that we do not have Parser
> module:
>
> hbamwxd1:/export/home/vpogrebi/install/M2Crypt/m2crypto-0.13> python prodtest setup.py build
> Traceback (most recent call last):
> File "setup.py", line 12, in ?
> from distutils.core import setup, Extension
> File "/usr/project/arena/prods/python/2.2.1/lib/distutils/__init__.py", line 28, in ?
> from Parser import Parser as _Parser
> ImportError: No module named Parser
>
> I tried to find Parser on python.org and on Zope corp's website. But, I did not find it. Where can I get this module?
I don't think that it's an M2Crypto-specific problem. I found
http://mail.python.org/pipermail/python-checkins/2002-June/027046.html ,
so I guess that may be your problem.
If not, perhaps your distutils and email packages don't match? Have
you installed one of the externally available (distutils/email)
packages over the original Python installation?
Stefan