In my build (Solaris SPARC), it's not a pwd.py file; it's a pwd.so, and it's built by this line from Modules/Setup:
pwd pwdmodule.c # pwd(3) Eric Evans wrote: > > Hi, > > I'm still unable to install Mailman, and as someone pointed out to me > yesterday, it is because of a Python problem. When I run configure, a > module called conftest.py tries to import a module called pwd, which > unfortunately is not present, anywhere. Does anyone know where this > mysterious pwd.py file comes from, or where it normally resides? It does > not appear to be a part of the standard Python 2.2 installation. > > Thanks a lot, > Eric > > ------------------------------------------------------ > Mailman-Users mailing list > [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
