Re: [Python-Dev] [python-committers] [RELEASED] Python 3.2 rc 1

2011-01-17 Thread Senthil Kumaran
your use case (from ..Graphics import XPM in Graphics/Vector/Svg.py) is not one of the listed ones in PEP-0328. -- Senthil -- http://mail.python.org/mailman/listinfo/python-list

Re: problems while using pexpect: pexcept.TIMEOUT always

2009-06-08 Thread Senthil Kumaran
nd 'not allowed' too as the help says. But, I just figured out with help from another forum (bangpypers) that I was not closing the ssh session. so doing child.sendline('logout') and then doing child.read() in my script worked out. Thanks, Senthil -- http://mail.python.org/mailman/listinfo/python-list

Catching Python exceptions in C

2008-12-08 Thread Senthil Kumar
Hi Pythoneers ! Can somebody give a quick solution? I am trying to raise exceptions in python and trying to handle it in C. I am able to raise exceptions successfully. However could not catch those in C. I am using the following function to run the python from C: Pyrun_SimpleString(). After the exc

HTML Render Support in PyGTK

2007-06-29 Thread senthil arasu
Hi, I am trying to render HTML in PyGTK widget but iam not getting the expected result. I would like to know whether PyGTK supports HTML rendering feature or not. Please help me to solve this issue. thanks -- http://mail.python.org/mailman/listinfo/python-list

Help needed in PyGTk

2007-06-29 Thread senthil arasu
Hi, I am trying to render HTML in PyGTK widget but iam not getting the expected result. I would like to know whether PyGTK supports HTML rendering feature or not. Please help me to solve this issue. thanks -- http://mail.python.org/mailman/listinfo/python-list

Help Needed in WxPython

2007-06-28 Thread senthil arasu
Hi, Currently Iam integrating GUI Framework in Python. As per design design,I need to use tab buttons to launch different HTML pages in same frame(without launching seperate window ). I have already tried with webbrowser class & WxPython GUI kit. Iam unable to get the expected result. I am wanted

HTML Page Rendering Support in WxPython Frame

2007-06-28 Thread senthil arasu
Hi, Currently Iam integrating GUI Framework in Python. As per design design,I need to use tab buttons to launch different HTML pages in same frame(without launching seperate window ). I have already tried with webbrowser class & WxPython GUI kit. Iam unable to get the expected result. I am wanted

Re: Help needed for Pmw and WxPython Interface

2007-06-28 Thread senthil arasu
I On 6/28/07, senthil arasu <[EMAIL PROTECTED]> wrote: Hi, Iam creating tab pages using pmw nb = Pmw.NoteBook(master) p1 = nb.add('Page 1') p2 = nb.add('Page 2') p3 = nb.add('Page 3') created button control for every tabe pa

Help needed for Pmw and WxPython Interface

2007-06-28 Thread senthil arasu
Hi, Iam creating tab pages using pmw nb = Pmw.NoteBook(master) p1 = nb.add('Page 1') p2 = nb.add('Page 2') p3 = nb.add('Page 3') created button control for every tabe page to open HTML Button(p1, fg='blue',command=f.call,command=call1).pack(pady=40) Button(p2, fg='blue'

Tabbed windows Support in Python

2007-06-27 Thread senthil arasu
Hi, Currently iam implementing GUI Framework for supporting Tabbed windows to render different HTML Pages. A row of tabs facilitated for navigation of pages. Iam expecting some classes like "QTabWidget" whick provided by Qt Libarary. After starting my implementation i came to know Tkinter not s

How to destroy a Frame with condition

2007-06-26 Thread senthil arasu
Hi, In my code logic I need to check the frame existence and then destroy a frame. I dont know how to code this condition. In Python tutorials what i reffered, "if "condition given only for integers(like if x>0:) I need some one to help me. This is my condition If iframe==NULL//if frame not a

Help needed in Handling HTML file

2007-06-26 Thread senthil arasu
Hi, Right now Iam handling HTML files using Python. Is there any modules to support HTML parsing and rendering ? or suggest me any other way to support HTML. thanks -- http://mail.python.org/mailman/listinfo/python-list

Help needed to solve this "NameError"

2007-06-24 Thread senthil arasu
Hi, Iam new tp python programming. Iam getting compiler error when declaring frame instance as local variable. please find the code from Tkinter import * class App: def __init__(self, master): *frame = Frame(master) * frame.pack() self.button = Button(frame, text="QUIT", fg=

python25_d.lib

2007-06-20 Thread senthil arasu
Hi , After integrating python 2.5 in visual studio. Iam getting the linked error "cannot open file python25_d.lib" Help me to solve this issue. thanks -- http://mail.python.org/mailman/listinfo/python-list