Changeset ef727a6 for python/gio.py
- Timestamp:
- 08/26/16 20:42:36 (8 years ago)
- Branches:
- master, pympi
- Children:
- 63c7ac7
- Parents:
- bd84570
- git-author:
- Hal Finkel <hfinkel@…> (08/26/16 20:42:36)
- git-committer:
- Hal Finkel <hfinkel@…> (08/26/16 20:42:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/gio.py
rbd84570 ref727a6 28 28 # 29 29 # DISCLAIMER 30 # THE SOFTWARE IS SUPPLIED “AS IS”WITHOUT WARRANTY OF ANY KIND. NEITHER THE30 # THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. NEITHER THE 31 31 # UNTED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT OF ENERGY, NOR 32 32 # UCHICAGO ARGONNE, LLC, NOR ANY OF THEIR EMPLOYEES, MAKES ANY WARRANTY, … … 44 44 #Define where the library is and load it 45 45 _path = os.path.dirname('__file__') 46 libpygio = ct.CDLL(os.path.abspath(' libpygio.so'))46 libpygio = ct.CDLL(os.path.abspath('../frontend/libpygio.so')) 47 47 #we need to define the return type ("restype") and 48 48 #the argument types
Note: See TracChangeset
for help on using the changeset viewer.