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