(a) when installing the new reportbug package, the code doesn't even
compile
(b) when fixing the compilation errors, obviously it still isn't right:
Connecting to bugs.debian.org via SMTP...
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1743, in ?
    main()
  File "/usr/bin/reportbug", line 1734, in main
    smtphost, options.smtpuser, options.smtppasswd, options.paranoid)
  File "/usr/share/reportbug/reportbug_submit.py", line 371, in send_report
    if smtplib.SMTPResponseException.smtp_code == '535':
AttributeError: class SMTPResponseException has no attribute 'smtp_code'

Well, duh, that should be x.smtp_code or something like that on that
line.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to