On Tue, 30 May 2006 16:15:44 +1000, John McMonagle wrote:
> Tue, 2006-05-30 at 00:23 -0500, WIdgeteye wrote:
>> On Tue, 30 May 2006 04:34:03 +, Tim Roberts wrote:
>>
>> > WIdgeteye <[EMAIL PROTECTED]> wrote:
>> >>HI,
>> >>I am tryin
On Tue, 30 May 2006 04:34:03 +, Tim Roberts wrote:
> WIdgeteye <[EMAIL PROTECTED]> wrote:
>>HI,
>>I am trying to write a little program that will run a program on scedule.
>>I am having trouble understanding the datetime, time, sched modules. What
>>I
HI,
I am trying to write a little program that will run a program on
scedule. I am having trouble understanding the datetime, time, sched
modules. What I would like is something like this:
If date&time = 06-13-2006:18:00:00
Then run this program
I am not sure how to enter a future date in this e
On Tue, 23 May 2006 12:40:49 +1000, Ben Finney wrote:
Ok this is weird. I checked:
/usr/local/lib/python2.3/lib-dynload/math.so
Just as you have on your system and it's there.
So why in the heck isn't it loading with:
import math
This is strange.
> WIdgeteye <
I have been trying to run a python program and I get the following
error:
Traceback (most recent call last):
File "", line 39, in ?
File "/home/Larry/.blender/scripts/bzflag/__init__.py", line 22, in ?
import BZfileRead
File "/home/Larry/.blender/scripts/bzflag/BZfileRead.py", line 24, i