[Python-bugs-list] [ python-Bugs-410008 ] cannot use crypt module

noreply@sourceforge.net noreply@sourceforge.net
Tue, 20 Mar 2001 08:06:29 -0800


Bugs item #410008, was updated on 2001-03-20 06:29
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=410008&group_id=5470

>Category: Installation
>Group: Platform-specific
>Status: Closed
Priority: 5
Submitted By: eXom (jkuan)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: cannot use crypt module

Initial Comment:
I have downloaded the BeOpen-Python-2.0-1.i386.rpm from
www.python.org and installed fine. 

However, I cannot use the crypt module which is
described in the documentation.

>>> import crypt
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named crypt

Also if I do rpm -qpl on BeOpen-Python-2.0-1.i386.rpm,
there is crypt.py in the whole rpm file.


----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-03-20 08:06

Message:
Logged In: YES 
user_id=6380

Crypt is a built-in that must be enabled at compile time.

Apparently we forgot about this when building the RPMs.

You can build from source though -- download the source code
tarball from python.org/2.0/.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=410008&group_id=5470