install.py

changeset 2965
d133c7edd88a
parent 2763
e4794166ad70
child 2969
0e1af1313b8b
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
136 exit(rcode) 136 exit(rcode)
137 137
138 138
139 def initGlobals(): 139 def initGlobals():
140 """ 140 """
141 Sets the values of globals that need more than a simple assignment. 141 Module function to set the values of globals that need more than a
142 simple assignment.
142 """ 143 """
143 global platBinDir, modDir, pyModDir, apisDir 144 global platBinDir, modDir, pyModDir, apisDir
144 145
145 if sys.platform.startswith("win"): 146 if sys.platform.startswith("win"):
146 platBinDir = sys.exec_prefix 147 platBinDir = sys.exec_prefix

eric ide

mercurial