Re: Where I can find

2006-10-15 Thread Grant Edwards
On 2006-10-15, Lawrence Oluyede <[EMAIL PROTECTED]> wrote: ><[EMAIL PROTECTED]> wrote: >> Where I can find this files(modules): >> >> fcntl,FCNTL,tty,termios, TERMIOS > > import fcntl > import tty > import termios > > for start :-) But you

Re: Where I can find

2006-10-15 Thread Lawrence Oluyede
<[EMAIL PROTECTED]> wrote: > Where I can find this files(modules): > > fcntl,FCNTL,tty,termios, TERMIOS import fcntl import tty import termios for start :-) -- Lawrence - http://www.oluyede.org/blog http://www.neropercaso.it "Nothing is more dangerous than an idea if i

Re: Where I can find

2006-10-15 Thread Martin v. Löwis
[EMAIL PROTECTED] schrieb: > Where I can find this files(modules): > > fcntl,FCNTL,tty,termios, TERMIOS They are included in the standard installation of Python. Notice that some of them work only on Unix. Also notice that FCNTL no longer exist; I'm not sure whether TERMIO

Where I can find

2006-10-15 Thread vedran_dekovic
Hello, Where I can find this files(modules): fcntl,FCNTL,tty,termios, TERMIOS THANKS!!! -- http://mail.python.org/mailman/listinfo/python-list

Re: where i can find this module

2006-08-03 Thread Simon Brunning
On 8/3/06, enas khalil <[EMAIL PROTECTED]> wrote: > first i want to subscribe on this list Go to . > i have a question , i run a script which uses module as follows > import ag > > but got the error : > > ImportError: No module named ag

where i can find this module

2006-08-03 Thread enas khalil
hello first i want to subscribe on this list   i have a question , i run a script which uses module as follows import sysimport agimport reimport getoptimport codecsimport timeimport os     but got the error :   ImportError: No module named ag   so where can i obtain this module thank