Re: shelve file name extention

2008-09-11 Thread Monu
On Sep 8, 1:47 pm, [EMAIL PROTECTED] wrote: >     Monu> When I am using shelve on my local machine it generates the db >     Monu> file as given filename. But in another machine it's generating >     Monu> .dat and .dir.  can anyone tell me how can I force sheve >     Mo

Re: shelve file name extention

2008-09-11 Thread Monu
On Sep 8, 1:47 pm, [EMAIL PROTECTED] wrote: >     Monu> When I am using shelve on my local machine it generates the db >     Monu> file as given filename. But in another machine it's generating >     Monu> .dat and .dir.  can anyone tell me how can I force sheve >     Mo

shelve file name extention

2008-09-08 Thread Monu
ython? Thanks... Monu -- http://mail.python.org/mailman/listinfo/python-list

Re: problem with hot shot stats

2006-10-10 Thread Monu
But I couldn't find any way to get lineevents in cProfile On Oct 11, 3:49 am, "Klaas" <[EMAIL PROTECTED]> wrote: > Monu wrote: > > HI All, > > I am getting problem in usinghotshotprofiler. > > When Ihotshotwith lineevents=0, it works fine, > > b

problem with hot shot stats

2006-10-10 Thread Monu
HI All, I am getting problem in using hotshot profiler. When I hotshot with lineevents=0, it works fine, but when I use lineevents=1, I get error in stats here is my code: import hotshot, hotshot.stats prof = hotshot.Profile("test.prof",lineevents=1) prof.st

Statement orders

2005-10-02 Thread Monu Agrawal
Hi I am making a gui based tool. When user preses a perticular button I am running a heavy command, before this I want to say user to wait with a image showing infront of her. My code is like: def loadData(self): top=Toplevel(self.parent) top.focus_set()

plateform info.

2005-09-20 Thread Monu Agrawal
Hi I want to know whether the program is being run on windows or on Xnix. Is there any variable or method which tells me that it's windows? -- http://mail.python.org/mailman/listinfo/python-list