How to call another file

Cameron Laird claird at starbase.neosoft.com
Fri May 17 08:42:54 EDT 2002


In article <83r8kbw5f6.fsf at panacea.canonical.org>,
Kragen Sitaker  <kragen at pobox.com> wrote:
			.
			.
			.
>e.g. os.system("/home/yiyang/analyze-fatalities.sas").  But on more
>primitive systems, like Windows, you will need to figure out where SAS
>lives and invoke SAS with the file.
			.
			.
			.
Or not.  Most Windows users can write
  import os
  os.system("notepad")
  os.system("start mypage.html")
Depending on the installation of SAS, it might be at least
as easy, in a superficial way, to invoke it under Windows
as under Unix.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list