Reloading the already imported module

2007-01-11 Thread anil . pundoor
hi all, i have following code if condition from SIPT.xml_param_mapping import MESSAGE_PARAMETER_MAPPING else: from SIPT.msg_param_mapping import MESSAGE_PARAMETER_MAPPING

Tix Note Book

2006-03-05 Thread anil . pundoor
hi am using Tix notebook and i have two frames in that. am adding some widgets in to both of the frames. now i want to delete all of the widgets in one of the frame. i dont want to delete the frame, but its childres. so how can i get the sub widgets within that frame. Thanks in advance Anil --

Multicolumn in Tix scrolledListBox

2006-02-28 Thread anil . pundoor
hi iam using Tix ScrolledListBox widget. is there any option so that i can disply the items in multiple colums thanks Anil -- http://mail.python.org/mailman/listinfo/python-list

Multicolumn in Tix scrolledListBox

2006-02-28 Thread anil . pundoor
hi iam using Tix ScrolledListBox widget. is there any option so that i can disply the items in multiple colums thanks Anil -- http://mail.python.org/mailman/listinfo/python-list

Deleting items from Tix Tree

2006-02-28 Thread anil . pundoor
hi iam using Tix tree widget in my python script. how can i delete the entire tree. i tried the following self.msgTree = Tix.Tree(self.msgWin) self.msgTree.hlist.delete() but it thorws the following error self.msgTree.hlist.delete() File /usr/local/lib/python2.2/lib-tk/Tix.py, line 320,

Bwidget for tkinter

2005-10-03 Thread anil . pundoor
hi can i use the bwidgets in tkinter? if so from where can i download the bwidget for tk inter. and i want to know the installation procedure -- http://mail.python.org/mailman/listinfo/python-list

Re: Bwidget for tkinter

2005-10-03 Thread anil . pundoor
thanks u man. i am new to tk inter. i tried installing the lib. but while running the demo script am getting following error. python sam.py Traceback (most recent call last): File sam.py, line 1, in ? import bwidget, Tkinter, sys, os File

bwidget problem

2005-10-03 Thread anil . pundoor
hi i tried installing the bwidget lib . but while running the demo script am getting following error. python sam.py Traceback (most recent call last): File sam.py, line 1, in ? import bwidget, Tkinter, sys, os File /usr/local/lib/python2.2/site-packages/bwidget/__init__.py, line 149, in ?