Whatever I do, I need it to work on Linux, Mac and Windows.
I thought of sys.version... but getting info out of it seems awkward to me. First 5 chars are '2.4.1' in string format have to split it up and convert it to ints to do proper checking, etc. It doesn't seem that sys.version was built with this type of usage in mind. So, what is the *best* most correct way to go about this?
Thanks,
rbt -- http://mail.python.org/mailman/listinfo/python-list