if (do_name() != 'Home') : ?>
endif ?>
Posted by lievn on May 18, 2009
include("util/comment.php"); ?>
this should work
import time
time.sleep(2.5)
print time.clock()
sleep() in nodebox
Posted by sg on Mar 22, 2009I've been trying to use python's time.sleep(seconds) but I get the following error message:
'builtin_function_or_method' object has no attribute 'sleep'
can't I use sleep() in nodebox?
(and no, I didn't forget to 'import time')
Any ideas?