Ticket #8842: patch-setup.py.diff

File patch-setup.py.diff, 483 bytes (added by yuhei@…, 18 years ago)

setup.py patch.

  • setup.py

    old new  
    211211   @raise Exception: If script cannot be created on disk.
    212212   """
    213213   try:
    214       checker_path = os.path.join(package_path, "checker.py")
     214      checker_path = os.path.join("PYTHONLIB/pychecker", "checker.py")
    215215      if sys.platform == "win32":
    216216         script_str = "%s %s %%1 %%2 %%3 %%4 %%5 %%6 %%7 %%8 %%9\n" % (sys.executable, checker_path)
    217217      else: