Well I've learned two things since I wrote that note. The first is
that in Python you can type help('modules') and get a list of
installed modules. The Second is that there are two versions of
Python, python and python-nox. The latter has the pwd module the
former does not.

Actually, it is somewhat weird -- hopefully the weirdness is simpy
caused my desire to live in the fast lane of CVS usage. But when I
typed "fink install python-nox" it started running the install and
when I finally came back I no longer had python installed. I would
have throught I should have got a message saying python-nox conflicts
with python.

On Tue, Mar 12, 2002 at 08:20:49PM -0600, [EMAIL PROTECTED] wrote:
> 
> On Tuesday, March 12, 2002, at 05:11 , Josh Kuperman wrote:
> 
> >  I installed Python from CVS, which installed Python 2.2 correctly as
> >  far as i can tell.
> >
> >I decided to try to install Mailman. There is no fink package so I
> >went to build from sources. I was fine until I got to the ./configure
> >script which attempt so generate a python script, inline and execute
> >it. The script tries to import two modules string and pwd. I
> >extracted the script to see why it failed. It failed because there is
> >no pwd module. Do I need to download it separately?  do I need an older
> >version of Python?
> 
> I've been using python since 1.5, and I've never seen a `pwd' module.
> That functionality usually looks like this:
> 
>     import os
>     currentdirectory = os.getcwd( )
> 
> I have *no* experience installing mailman, though.
> 
> Hope This Helps,
> Dan
> 
> --
> This email impairs your ability to operate heavy machinery.
> <mailto:[EMAIL PROTECTED]>
> 
> 
> _______________________________________________
> Fink-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-users

-- 
Josh Kuperman
[EMAIL PROTECTED]

_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to