Re: [Pythonmac-SIG] The time module

2011-02-21 Thread Ned Deily
In article , Rafael Bejarano wrote: > I can't get the clock() function in the time module to work. I would > appreciate any helpful suggestions. > > Below is a copy of the Terminal session, for your perusal. > > Thanks. > Rafael Bejarano > > Last login: Mon Feb 21 13:02:48 on ttyp1 > Welcome

Re: [Pythonmac-SIG] The time module

2011-02-21 Thread Michael Geary
>>> import time >>> time.clock() 0.0591850001 or: >>> from time import clock >>> clock() best, mg On Feb 21, 2011, at 12:38 PM, Rafael Bejarano wrote: > Hello, > > I can't get the clock() function in the time module to work. I would > appreciate any helpful suggestions. > > Below

[Pythonmac-SIG] The time module

2011-02-21 Thread Rafael Bejarano
Hello, I can't get the clock() function in the time module to work. I would appreciate any helpful suggestions. Below is a copy of the Terminal session, for your perusal. Thanks. Rafael Bejarano Last login: Mon Feb 21 13:02:48 on ttyp1 Welcome to Darwin! 173-216-77-254-arka:~ Rafael$ python

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-21 Thread Ned Deily
In article <4d624d92.5070...@etrix.com.au>, "Brendan Simon (eTRIX)" wrote: > I tried again with my Python 2.5.4 install and that does have the problem. > > "pythonw myapp.py" works fine. > > "python myapp.py" fails with the following error. > > Traceback (most recent call last): > File "myap

Re: [Pythonmac-SIG] py2app with wxpython

2011-02-21 Thread Brendan Simon (eTRIX)
On 21/02/11 10:00 PM, pythonmac-sig-requ...@python.org wrote: > Subject: > Re: [Pythonmac-SIG] py2app with wxpython > From: > Ned Deily > Date: > Sun, 20 Feb 2011 15:46:05 -0800 > > To: > pythonmac-sig@python.org > > > In article <4d61918e.1010...@etrix.com.au>, > "Brendan Simon (eTRIX)" wrote: