CPAN Equivalent for Python
Erik Max Francis
max at alcyone.com
Wed Dec 25 00:53:24 EST 2002
Peter Wu wrote:
> ActivePython 2.2.2 Build 224 (ActiveState Corp.) based on
> Python 2.2.2 (#37, Nov 26 2002, 10:24:37) [MSC 32 bit (Intel)] on
> win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import smtplib
> >>> s=smtplib.SMTP("localhost")
> >>> print s.help()
> (500, 'unsupport command')
> >>> s.putcmd("vrfy", "someone at here")
> >>> s.getreply()
> (500, 'unsupport command')
Are you sure these aren't inappropriate responses? Does your SMTP
server actually support them?
--
Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
__ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/ \ One cannot always be a hero, but one can always be a man.
\__/ Goethe
Erik Max Francis' bookmarks / http://www.alcyone.com/max/links/
A highly categorized list of Web links.
More information about the Python-list
mailing list