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
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
ython?
Thanks...
Monu
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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()
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