--- setup.py	2006-02-04 11:29:46.000000000 +0900
+++ setup.py.new	2006-05-10 22:26:36.000000000 +0900
@@ -211,7 +211,7 @@
    @raise Exception: If script cannot be created on disk.
    """
    try:
-      checker_path = os.path.join(package_path, "checker.py")
+      checker_path = os.path.join("PYTHONLIB/pychecker", "checker.py")
       if sys.platform == "win32":
          script_str = "%s %s %%1 %%2 %%3 %%4 %%5 %%6 %%7 %%8 %%9\n" % (sys.executable, checker_path)
       else: