Gregory P. Smith added the comment:

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

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to