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
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=
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
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
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
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'
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
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
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
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
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
11 matches
Mail list logo