Changeset 1980 for inundation
- Timestamp:
- Oct 26, 2005, 6:16:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/utilities/compile.py
r1910 r1980 159 159 else: 160 160 include = os.path.join(os.path.join(sys.exec_prefix, 'include'), 161 'python'+version) 162 161 'python' + version) 162 163 #FIXME: Add path to includelist (see ticket:31) 164 163 165 # Check existence of Python.h 164 166 # 165 headerfile = include + os.sep + 'Python.h'167 headerfile = include + os.sep + 'Python.h' 166 168 try: 167 169 open(headerfile, 'r')
Note: See TracChangeset
for help on using the changeset viewer.