[Python-bugs-list] [ python-Bugs-525121 ] tty shipped in win32 distribution

noreply@sourceforge.net noreply@sourceforge.net
Sun, 03 Mar 2002 11:34:49 -0800


Bugs item #525121, was opened at 2002-03-03 08:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=525121&group_id=5470

Category: Python Library
Group: Platform-specific
Status: Open
Resolution: None
>Priority: 1
Submitted By: Fredrik Stenberg (fredriks)
Assigned to: Nobody/Anonymous (nobody)
Summary: tty shipped in win32 distribution

Initial Comment:

Hi,

tty is shipped with the windows distribution..
if one tries to import it (which ofcourse should not
work) you get,

>>> import tty
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "C:\Python21\lib\tty.py", line 5, in ?
    from termios import *
ImportError: No module named termios

this is true for the following versions atleast, 

Python 2.1.2 (#31, Jan 15 2002, 17:28:11) [MSC 32 bit 
(Intel)] on win32
Type "copyright", "credits" or "license" for more 
information.

Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for 
more information.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-03 14:34

Message:
Logged In: YES 
user_id=6380

I'm not sure I understand your complaint.  We ship all .py
modules with Windows.  The "import tty" *does* fail, doesn't
it?  So what's the bug?

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=525121&group_id=5470