Home | History | Annotate | Download | only in lib-tk

Lines Matching full:path

49 prefix = os.path.join(sys.prefix,"tcl")
50 if not os.path.exists(prefix):
52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib")
53 prefix = os.path.abspath(prefix)
55 if os.path.exists(prefix):
60 tcldir = os.path.join(prefix,name)
61 if os.path.isdir(tcldir):
68 v = os.path.join(prefix, 'tk'+ver)
69 if os.path.exists(os.path.join(v, "tclIndex")):
76 tixdir = os.path.join(prefix,name)
77 if os.path.isdir(tixdir):