Re: Time.sleep(0.0125) not available within Linux

2008-09-30 Thread Grant Edwards
On 2008-09-30, Michael Torrie <[EMAIL PROTECTED]> wrote: >> Just a thought, your minimum sleep time is probably limited by >> the resolution of the system "HZ" clock. Type >> >> less /proc/config.gz >> >> and search for the value of the "CONFIG_HZ" setting. On the >> Athlon 64 machine I'm us

Re: Time.sleep(0.0125) not available within Linux

2008-09-30 Thread Michael Torrie
Lawrence D'Oliveiro wrote: > In message <[EMAIL PROTECTED]>, Grant > Edwards wrote: > >> On 2008-09-23, Blubaugh, David A. <[EMAIL PROTECTED]> wrote: >> >>> I was wondering if anyone has come across the issue of not being allowed >>> to have the following within a Python script operating under Lin

Re: Time.sleep(0.0125) not available within Linux

2008-09-29 Thread Gabriel Genellina
En Sat, 27 Sep 2008 01:46:45 -0300, Lawrence D'Oliveiro <[EMAIL PROTECTED]> escribió: In message <[EMAIL PROTECTED]>, Grant Edwards wrote: On 2008-09-26, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote: In message <[EMAIL PROTECTED]>, Grant Edwards wrote: Never assume somebody reading the ar

Re: Time.sleep(0.0125) not available within Linux

2008-09-27 Thread Grant Edwards
On 2008-09-27, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, Grant > Edwards wrote: > >> On 2008-09-26, Lawrence D'Oliveiro <[EMAIL PROTECTED]> >> wrote: >>> In message <[EMAIL PROTECTED]>, Grant Edwards >>> wrote: >>> Never assume somebody reading the articl

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Grant Edwards wrote: > On 2008-09-26, Lawrence D'Oliveiro <[EMAIL PROTECTED]> > wrote: >> In message <[EMAIL PROTECTED]>, Grant Edwards >> wrote: >> >>> Never assume somebody reading the article and attempting to >>> help you can see the subject line. >> >> Why not?

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Grant Edwards
On 2008-09-26, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, Grant Edwards > wrote: > >> Never assume somebody reading the article and attempting to >> help you can see the subject line. > > Why not? Because it might not be. It depends on the user's newsreader a

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Grant Edwards wrote: > Never assume somebody reading the article and attempting to > help you can see the subject line. Why not? -- http://mail.python.org/mailman/listinfo/python-list

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Edel SM
helllo, On Fri, Sep 26, 2008 at 3:46 PM, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, Steven D'Aprano > wrote: > >> On Wed, 24 Sep 2008 22:18:05 +1200, Lawrence D'Oliveiro wrote: >> >>> Just a thought, your minimum sleep time is probably limited by the >>> resol

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Grant Edwards
On 2008-09-26, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, Steven D'Aprano > wrote: > >> On Wed, 24 Sep 2008 22:18:05 +1200, Lawrence D'Oliveiro wrote: >> >>> Just a thought, your minimum sleep time is probably limited by the >>> resolution of the system "HZ" c

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread jkn
On Sep 26, 9:26 am, Steven D'Aprano <[EMAIL PROTECTED]> wrote: > On Fri, 26 Sep 2008 19:46:10 +1200, Lawrence D'Oliveiro wrote: > > In message <[EMAIL PROTECTED]>, Steven D'Aprano > > wrote: > > >> On Wed, 24 Sep 2008 22:18:05 +1200, Lawrence D'Oliveiro wrote: > > >>> Just a thought, your minimum s

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Steven D'Aprano wrote: > On Fri, 26 Sep 2008 19:46:10 +1200, Lawrence D'Oliveiro wrote: > >> In message <[EMAIL PROTECTED]>, Steven D'Aprano >> wrote: >> >>> On Wed, 24 Sep 2008 22:18:05 +1200, Lawrence D'Oliveiro wrote: >>> Just a thought, your minimum slee

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Steven D'Aprano
On Fri, 26 Sep 2008 19:46:10 +1200, Lawrence D'Oliveiro wrote: > In message <[EMAIL PROTECTED]>, Steven D'Aprano > wrote: > >> On Wed, 24 Sep 2008 22:18:05 +1200, Lawrence D'Oliveiro wrote: >> >>> Just a thought, your minimum sleep time is probably limited by the >>> resolution of the system "HZ

Re: Time.sleep(0.0125) not available within Linux

2008-09-26 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Steven D'Aprano wrote: > On Wed, 24 Sep 2008 22:18:05 +1200, Lawrence D'Oliveiro wrote: > >> Just a thought, your minimum sleep time is probably limited by the >> resolution of the system "HZ" clock. Type >> >> less /proc/config.gz > > $ less /proc/config.gz

Re: Time.sleep(0.0125) not available within Linux

2008-09-24 Thread Steven D'Aprano
On Wed, 24 Sep 2008 22:18:05 +1200, Lawrence D'Oliveiro wrote: > Just a thought, your minimum sleep time is probably limited by the > resolution of the system "HZ" clock. Type > > less /proc/config.gz $ less /proc/config.gz /proc/config.gz: No such file or directory What OS are you using?

Re: Time.sleep(0.0125) not available within Linux

2008-09-24 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Grant Edwards wrote: > On 2008-09-23, Blubaugh, David A. <[EMAIL PROTECTED]> wrote: > >> I was wondering if anyone has come across the issue of not being allowed >> to have the following within a Python script operating under Linux: >> >> time.sleep(0.0125) > > No

Re: Time.sleep(0.0125) not available within Linux

2008-09-23 Thread Gabriel Genellina
En Mon, 22 Sep 2008 23:09:50 -0300, Blubaugh, David A. <[EMAIL PROTECTED]> escribió: I was wondering if anyone has come across the issue of not being allowed to have the following within a Python script operating under Linux: time.sleep(0.0125) It appears that I am not allowed to have the ob

Re: Time.sleep(0.0125) not available within Linux

2008-09-22 Thread Grant Edwards
On 2008-09-23, Blubaugh, David A. <[EMAIL PROTECTED]> wrote: > I was wondering if anyone has come across the issue of not being allowed > to have the following within a Python script operating under Linux: > > time.sleep(0.0125) No, I have not. And I doubt anybody else has. > It appears that I

Time.sleep(0.0125) not available within Linux

2008-09-22 Thread Blubaugh, David A.
To All, I was wondering if anyone has come across the issue of not being allowed to have the following within a Python script operating under Linux: time.sleep(0.0125) It appears that I am not allowed to have the object sleep. Has anyone encountered this specific issue before in the past? T