This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients Riley, gregory.p.smith, r.david.murray
Date 2013-02-25.05:52:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361771557.69.0.595426045452.issue17291@psf.upfronthosting.co.za>
In-reply-to
Content
File "/home/riley/pywikipedia/userinterfaces/terminal_interface_base.py", line 129, in input
    text = getpass.getpass('')

you can't call getpass without stdin or a terminal and expect it to do anything.  your problem is in the pywikipedia code, not Python's getpass module.

http://docs.python.org/2/library/getpass.html
History
Date User Action Args
2013-02-25 05:52:37gregory.p.smithsetrecipients: + gregory.p.smith, r.david.murray, Riley
2013-02-25 05:52:37gregory.p.smithsetmessageid: <1361771557.69.0.595426045452.issue17291@psf.upfronthosting.co.za>
2013-02-25 05:52:37gregory.p.smithlinkissue17291 messages
2013-02-25 05:52:37gregory.p.smithcreate