Darren Dale enlightened us with: > I would like to test that latex is installed on a windows, mac or linux > machine. What is the best way to do this? This should work: > > if os.system('latex -v'): > print 'please install latex'
The downside is that you can only use this to test by executing. Perhaps it would be better to make a function that can search the PATH environment variable in a cross-platform way. Also make sure you include any platform-specific executable postfixes like Window's ".exe". Sybren -- The problem with the world is stupidity. Not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? Frank Zappa -- http://mail.python.org/mailman/listinfo/python-list