TERMIOS.py

H

henry xie

Hi, All:

I am a newbie in Python. I am trying to use pexpect package in the project.
But when I installed the package, it couldn't be used as termios.py was
missing. I checked the LIB directory. It had TERMIOS.py but no termios.py.
Could any body explain to me where can I found this file and solve this
problem? Thanks in advance.

Henry
 
S

simo

Josef Meile said:
I don't think that's the problem:
first: TEMIOS != termios. They are two different modules:
http://docs.python.org/lib/module-TERMIOSuppercase.html

second: Those two modules aren't available on windows.

I guess you either didn't install the module or you have a really old
python.

I have TERMIOS.py under Python 2.3.4 for Windows.

I think it's actually installed by some other library (pyQt or
wxPython IIRC) if you Google it, there is a solution (I think it was
basically "just delete them both").
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top