basic question on loop & type casting / list/str/array

2022-03-16 Thread Kiran Kumar
i-0285506fee62051 >>> >>> >>> >>> for i in INSTANCE_ID: ... for j in i: ... print (j) ... i - 0 d c c f 1 e d e 2 2 9 c e 1 i - 0 2 8 5 5 0 6 f e e 6 2 0 5 1 >>> Thanks Kiran -- https://mail.python.org/mailman/listinfo/python-list

[no subject]

2020-01-17 Thread kiran chawan
Hi, Sir my self kiran chawan studying in engineering and I have HP PC and windows edition is window 10, system type 64-bit operating system. So tell me which python version software is suitable for my PC okay and send me that software direct link okay thank you. -- https://mail.python.org

Help

2020-01-14 Thread kiran chawan
Whenever Iam trying to run this 'New latest version python software 3.8.4 python ' but it doesn't show any install option and it say ' modify set up ' So tell what to do sir plz help me out. -- https://mail.python.org/mailman/listinfo/python-list

Help

2020-01-13 Thread kiran chawan
Whenever Iam trying to run this 'New latest version python software 3.8.4 python ' but it doesn't show any install option tell me how to run this software and install new latest version of python plz reply sir thank you -- https://mail.python.org/mailman/listinfo/python-list

Problem with pexpect when executing a command on a remote machine

2014-08-27 Thread Kiran kumar Venkumahanti
is also fetched but it returning a TIMEOUT error in read_nonblocking() function of pxssh.py file of the pexpect module. Please let me know how can I avoid this. Even the error is not consistent, sometimes I am able to execute properly but it is failing most of the times. Kindly reply me as soon as possible. Thanks in advance. Regards, Kiran -- https://mail.python.org/mailman/listinfo/python-list

Re: Supported Platforms for Python

2012-11-14 Thread Kiran N Mallekoppa
ed in: Python 3.2 Code removed in: Python 3.3 Name: Systems using --with-pth (GNU pth threads) Unsupported in: Python 3.2 Code removed in: Python 3.3 Name: Systems using Irix threads Unsupported in: Python 3.2 Code removed in: Python 3.3 Warm Regards, Kira

Re: Files required for porting python

2010-02-22 Thread Kiran K
le system, task manegement, memory management. With this abstraction layer, I am simulating my target RTOS on windows [ I am ignoring realtime requirement on windows, I will worry about it once I am done with python porting]. Hope you understand the way I am going. Thanks, Kiran On Mon, Feb 22, 2

Files required for porting python

2010-02-22 Thread KIRAN
stabilize]. I downloaded 2.6.1 python code and started looking through the code. I see lot of code with several files. I am not sure which code I should start with. Any help / link regarding this is appreciated. Thanks, Kiran -- http://mail.python.org/mailman/listinfo/python-list

[no subject]

2009-06-02 Thread Kiran Siddiqui
hi have to parse a very complex dumps(whatever it is), i have done the parsing thruogh python.since the parsed data is very huge in amount, i have to feed it in the database (SQL), I have also done this... now the thing is i have to compare the data now present in the sql. in actual i have to

Re: Learning Python in a group

2008-06-22 Thread Satya Kiran
You can count me in too.I've been into python for sometime now. I agree that a collaborative learning makes it fun and helps you reach your goal faster. -- http://mail.python.org/mailman/listinfo/python-list

copying only recent files from one machine to another

2007-03-21 Thread kadarla kiran kumar
dard implementation for that in python/paramiko ? If not , can anyone suggest me the efficient method to implement the same. Thanks in Advance, Kiran Kumar - No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.--

Re: implementing SFTP using Python

2007-03-05 Thread kadarla kiran kumar
t recent call last): File "C:\paramiko-1.6\paramiko-1.6\demos\demo_simple.py", line 102, in sys.exit(1) SystemExit: 1 THANKS IN ADVANCE K. KIRAN KUMAR kadarla kiran kumar writes: > I have to implement SFTP conection from client to

implementing SFTP using Python

2007-03-02 Thread kadarla kiran kumar
Hi Everybody, I have to implement SFTP conection from client to the server using Python script. Iam very new new to python , and i dont't have much time to complete this. So I need some pointers from you. If anybody has already done this kind of stuff, please let me know. Please do

Re: python executing windows exe

2007-02-01 Thread Kiran
and try : > > > nec2d.exe < myinputs.txt > > If it works looks for module subprocess and more precisely object > subprocess.popen and method comunicate > > On 1 fév, 23:57, "Kiran" <[EMAIL PROTECTED]> wrote: > > > Hi everybody, > > I am ma

python executing windows exe

2007-02-01 Thread Kiran
* PROGRAM PRINTS OUT STUFF* PROGRAM PRINTS OUT STUFF* Please enter input file: <- THIS IS WHERE THE USER IS ASKED TO TYPE IN THE FILENAME everybody thanks for your help -- Kiran -- http://mail.python.org/mailman/listinfo/python-list

Is there a memory leakage in this embedded python code?

2006-12-09 Thread kiran kumar
Hi All, I am working on embedded python on C these days. I feel there is a memory leakage in this code. I have used our own memory pool and all the python code will use the heap from this memory pool. RunScript(pScriptName,pFuncName,...) { PyEval_AcquireLock() threadState = Py_NewInterpreter(); PyT

Re: return tuple from C to python (extending python)

2006-10-26 Thread Kiran
Farshid Lashkari wrote: > Simon Forman wrote: > > I have not done a great deal of extension work with python, however, I > > do not believe you can simply cast an int (or pointer to int, which is > > what you say dat is declared as, unless my C is /really/ rusty) to > > PyObject*. > > > > I think

return tuple from C to python (extending python)

2006-10-24 Thread Kiran
is? thanks a lot! -- Kiran -- http://mail.python.org/mailman/listinfo/python-list

namespace problems

2006-08-25 Thread Kiran
Hi all, I am trying to get the following to work, but cant seem to do it the way i want to. ok, so I come into python and do the following: >>> x = 1 then, i have a file called test.py in which i say: print x Now, after having defined x =1 in the python interpreter, i come in and say: import te

wxPython font color

2006-08-04 Thread Kiran
hey everybody, i cant seem to find a way to create a font with a non-default color using the wx.Font constructor. anybody know how to change hte color? thanks -- http://mail.python.org/mailman/listinfo/python-list

Re: 2 timers, doesnt work?

2006-08-01 Thread Kiran
Makes sense Frank, and that seemed to work also, so thanks a lot! Frank Millman wrote: > Kiran wrote: > > I am creating 2 timers inside a GUI, but it seems that only the one > > declared last (the second timer), gets triggered, but the first one > > doesnt. > > >

wxPython Linux Compatibility question

2006-08-01 Thread Kiran
is fine by me. I however want to know which MDI window the user has focus of so that the user has an option of closing the window if they so desired under Linux. How would I find this out? thanks a lot! -- Kiran -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython Grid XY Coordinates question

2006-07-25 Thread Kiran
Will, thank you. That was the right thing to do, and it worked -- Kiran Will McGugan wrote: > Kiran wrote: > > Hello All, > > I am writing an app in wxPython using a grid. I need to be able to > > recognize what cell in the grid the user is hovering over with the >

2 timers, doesnt work?

2006-07-25 Thread Kiran
called, the UpdateAll function doesnt get called. Any clues as to why this is happening? thanks a lot! -- kiran -- http://mail.python.org/mailman/listinfo/python-list

Re: Python proficiency test

2006-07-23 Thread Satya Kiran
I managed to take the test,though not it's entirety. I am still far being proficient in Python,but I really liked the thought-provoking questions in there. thanks so much. Kiran Satya On 7/23/06, Ian Parker <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, Ric

wxPython Grid XY Coordinates question

2006-07-14 Thread Kiran
grid, and then goes from there, so if i move the grid to a differernt area on the screen, the XYToCell is messed up in what it returns. Any ideas on how to get this to work or any other way? thanks, Kiran -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython Grid Cell change question

2006-07-14 Thread Kiran
Never mind, I used 2 different binds for the 2 different situations and it worked. thanks for looking anyhow. -- Kiran Kiran wrote: > Hello All, > I created a grid, where I register events every time the user changes > an existing value inside the grid control. Right now, I am using th

Configuring IDLE on Linux

2006-07-13 Thread Satya Kiran
lelib [EMAIL PROTECTED] idlelib]# python PyShell.py ** IDLE can't import Tkinter. Your Python may not be configured for Tk. ** How do I resolve this and get IDLE working? thanks in advance, Kiran Satya -- http://mail.python.org/mailman/listinfo/python-list

wxPython Grid Cell change question

2006-07-13 Thread Kiran
self.data[row][3] = 'Write' q = copy.deepcopy(self.data) # cloning object self.requestQueue.put(q) # putting object onto queue print "EVENT PROCESSIGN ENDED" Thanks a lot for your help, and please mind the spacing. I should note that before, my bind was: self.Bind(

socket buffer flush question

2006-07-05 Thread Kiran
Hello Everybody! I am writing a networking application in python for a small piece of hardware, in which there could sometimes be timeouts. I am using sockets to communicate to this device. Data that is sent to the device is instructions for that piece of hardware, and data recieved is just res

wx.Yield() during socket timeout

2006-06-21 Thread Kiran
any clever ideas on how I could call the function wx.Yield() during a timeout so that the GUI stays responsive? I have already tried timers, and they dont work. thanks for your help, Kiran -- http://mail.python.org/mailman/listinfo/python-list

Re: Segmentation fault only on Iinux

2006-06-21 Thread Kiran
Unfortunately (i guess), I am not doing any XML. However, I am taking the previous suggestion of putting print lines in every other line of my code and then seeing where it crashes. Hopefully, that will solve the problem. thanks for the suggestions everybody -- Kiran Frank Millman wrote

socket programming question

2006-06-20 Thread Kiran
Hello All, My question is, is it possible to make python do some other processing while it is waiting for a socket to timeout? thanks a lot! Kiran -- http://mail.python.org/mailman/listinfo/python-list

Segmentation fault only on Iinux

2006-06-20 Thread Kiran
cause it is kind of lengthy. Also, I should note that I think we are running Linux Kernel 2.4 thanks a lot for your help, Kiran -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython, tree Control text cutoff

2006-06-14 Thread Kiran
Ah, dang. Nice find! thanks a lot for your help. Also, your note is completely called for. I realize that my code was very complicated, and I just pasted what I had instead of simplifying it down. Next time, I will do so. thanks again! Kiran jean-michel bain-cornu wrote: > Kiran a éc

wxPython, tree Control text cutoff

2006-06-14 Thread Kiran
Hello all, I am using a tree to display stuff, and it is constantly updated, but what I have noticed is in the lowest level, there is clearly noticable cutoff of the text I place there. The cutoff is existent even if I do not update the text inside the tree constantly. It seems that the text is ha

Re: Namespace problems

2006-06-06 Thread Kiran
I should note that if you use the execfile command in the console, the script runs, but if you import the script, it says it cant find the module -- http://mail.python.org/mailman/listinfo/python-list

Namespace problems

2006-06-06 Thread Kiran
o for example is in my script, do , dir(mymodule), already having imported mymodule in the GUI. Any ideas on how to make this happen? I don't want to import mymodule in this script, i want this script to see the mymodule that I imported in the main GUI. thanks a lot for your h

Problem with os.path

2005-12-15 Thread Daya Kiran Sunkara
Hi All, I have a program which fetches the list of files inside a directory. For fetching this list I am making use of the glob.glob method which takes path as a parameter. For building the path I am making use of os.path.join. My code looks somewhat like this:

multiple raw_inputs

2005-11-24 Thread Satya Kiran
with a single raw_input and something additional? thanks in advance, Kiran Saty -- http://mail.python.org/mailman/listinfo/python-list

good exercises for Beginner

2005-09-26 Thread Kanthi Kiran Narisetti
Hi ALL, I am new to programming and python. In my quest to get good at programming, even when I am able to get through the python tutorials I feel for lack of exercises & examples that emphasises the programming logic skills. The examples are just introduction to particular definition of the conce

Python Exercises for Newbee

2005-05-30 Thread Kanthi Kiran Narisetti
help me to understand the concepets more clearly. I appreciate if any one can give me such exersices or any link for the same. Thank You , Kanthi Kiran -- http://mail.python.org/mailman/listinfo/python-list

Re: Programming Language for Systems Administrator

2005-04-12 Thread Kanthi Kiran Narisetti
Hi All, Thank You for your suggestionsI request you all to eloborate the Uses(In Practical) for systems administrator.Some of my questions regarding the same follows. 1)Can i build web applications in Python ? If so how. I am planning to build a web application for intranet use which deals wi

Programming Language for Systems Administrator

2005-04-11 Thread Kanthi Kiran Narisetti
Hi All, I am Windows Systems Administrator(planning to migrate to Linux administration in near future), I have occassionally written few batch files and Vbscripts to automate my tasks. Now I have strong interest to learn a programming language that would help me to write Scripts or Application (

Re: Configure this group in email client

2005-03-20 Thread kiran
Try 62.181.3.13 (Global news server) Also, check this thread http://groups-beta.google.com/group/comp.lang.python/browse_frm/thread/df0f1bc9514bf353/3fe59b5daf26dc89?q=thunderbird#3fe59b5daf26dc89 -- http://mail.python.org/mailman/listinfo/python-list

Configure this group in email client

2005-03-13 Thread Kanthi Kiran Narisetti
Hi All, I need in help for configuring python news site in Mozilla Thunderbird. What is the address of Python newsgroup site ? Any other newsgroups related to Python or any programming language will be appreicated. Regards, Kanthi -- http://mail.python.org/mailman/listinfo/python-list

time zone

2004-12-22 Thread Kiran Vasu
how to set my mails recieving time to my local time(i am in malaysia) -- http://mail.python.org/mailman/listinfo/python-list