Changeset 1980 for inundation


Ignore:
Timestamp:
Oct 26, 2005, 6:16:18 AM (19 years ago)
Author:
ole
Message:

Comment about include path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/utilities/compile.py

    r1910 r1980  
    159159  else: 
    160160    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                           
    163165  # Check existence of Python.h
    164166  #
    165   headerfile = include + os.sep +'Python.h'
     167  headerfile = include + os.sep + 'Python.h'
    166168  try:
    167169    open(headerfile, 'r')
Note: See TracChangeset for help on using the changeset viewer.