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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 20 Mar 2001 06:29:19 -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: Python Interpreter Core
Group: None
Status: Open
Priority: 5
Submitted By: Joseph Kuan (jkuan)
Assigned to: Nobody/Anonymous (nobody)
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.


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

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