tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: python2.7 - smtpd module missing
Is there a reason for that? It breaks other modules that depend on smtpd, e.g.
inbox.
Regards,
Benjamin
Sent from my BlackBerry 10 smartphone.
Original Message
From: Adam Ciarciński
Sent: Mittwoch, 12. März 2014 10:48
To: Benjamin Lorenz
Cc: tech-pkg%netbsd.org@localhost
Subject: 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