Re: Python or Ajax?

2006-06-09 Thread Paul Osman
owse through the following: http://en.wikipedia.org/wiki/AJAX A nice toolkit for such things: http://mochikit.com/ Which is conveniently used in a Python framework called Turbogears: http://www.turbogears.org/ Hope that helps clear things up. Cheers, -- Paul Osman http://www.eval.ca -- http://mail.python.org/mailman/listinfo/python-list

Re: How to format datetime values

2006-06-01 Thread Paul Osman
will write it *FOR* you in less than a day? This is quicker than waiting for replies: Python Tutorial http://docs.python.org/tut/tut.html Module Index http://docs.python.org/modindex.html Cheers, -- Paul Osman http://www.eval.ca -- http://mail.python.org/mailman/listinfo/python-list

Re: simple print is not working..

2006-05-24 Thread Paul Osman
variable called fsfile, then trying to call the readlines() method on an object called fsfiles... that'll cause a problem. Cheers, -- Paul Osman http://www.eval.ca -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Install

2006-05-18 Thread Paul Osman
ny help would be greatly appreciated! RHEL uses python for distro specific tools pretty extensively iirc. I'd stay away from source installs and stick to rpms / yum / up2date / whatever RH uses these days. Cheers, Paul Osman http://www.eval.ca -- http://mail.python.org/mailman/listinfo/python-list