tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: python2.7 - smtpd module missing
> Hi,
>
> installed python2.7 from -current, and for some reason the `smtpd´ module
> from the standard library is missing:
>
> http://docs.python.org/2/library/smtpd.html
>
> Python 2.7.6 (default, Feb 15 2014, 00:15:08)
> [GCC 4.5.3] on netbsd6
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import smtpd
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> ImportError: No module named smtpd
>
> Anything wrong with my system, or is this intentionally left out? Please
> advise.
>
> Best regards,
> Benjamin
This one is installed as lib/python2.7/smtpd2.7.py.
Kind regards,
Adam
Home |
Main Index |
Thread Index |
Old Index