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

Valeriy Pogrebitskiy valeriy.pogrebitskiy@db.com
Wed, 14 Apr 2004 14:54:37 -0400


Thank you, Stefan

I know what the problem is... Our group is using custom-built Python 2.2.1. This built is different from standard Python instalation. Our package does not include complete distutils (I tried to install them later), and there is no Makefile.

Here is what I get in this case:

>>> import distutils
>>> dir(distutils)
['__builtins__', '__doc__', '__file__', '__name__', '__path__', '__revision__', '__version__']
>>>

Anyway, I would not be able to compile any distribution package within our environment. If you know where I can find M2Crypto package, pre-built using Python 2.2.1 and SunOS 5.6 - I might be able to use it. I had to find pre-compiled DCOracle2 module as well in a pst - when I was working on project using Oracle database.

So, do you know where I can get pre-built version of M2Crypto?


Valeriy Pogrebitskiy
E-Mail:    vpogrebi@iname.com
Work:     (908) 608-3137


                                                                                                                                        
                      Stefan Schwarzer                                                                                                  
                      <sschwarzer@sschwa        To:       ftputil@codespeak.net                                                         
                      rzer.net>                 cc:                                                                                     
                      Sent by:                  Subject:  Re: M2Crypto installation (was: Re: [ftputil] SECURE FTP)                     
                      ftputil-bounces@co                                                                                                
                      despeak.net                                                                                                       
                                                                                                                                        
                                                                                                                                        
                      04/14/04 02:33 PM                                                                                                 
                                                                                                                                        
                                                                                                                                        




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
_______________________________________________
ftputil mailing list
ftputil@codespeak.net
http://codespeak.net/mailman/listinfo/ftputil





--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.