Lines Matching refs:w9xpopen
882 """Find and return absolut path to w9xpopen.exe"""
883 w9xpopen = os.path.join(
885 "w9xpopen.exe")
886 if not os.path.exists(w9xpopen):
889 w9xpopen = os.path.join(os.path.dirname(sys.exec_prefix),
890 "w9xpopen.exe")
891 if not os.path.exists(w9xpopen):
892 raise RuntimeError("Cannot locate w9xpopen.exe, which is "
895 return w9xpopen
926 # use the w9xpopen intermediate program. For more
929 w9xpopen = self._find_w9xpopen()
930 args = '"%s" %s' % (w9xpopen, args)