Changeset 1081 for framspy/frams-test.py
- Timestamp:
- 02/17/21 16:59:46 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/frams-test.py
r1078 r1081 1 import sys 1 2 import frams 2 3 3 framspath = "" # set towhere Framsticks binaries and libraries exist4 framspath = sys.argv[1] # set to the directory where Framsticks binaries and libraries exist 4 5 frams.init(framspath, "-Ddata") # "-D"+os.path.join(framspath,"data")) # not possible (maybe python windows issue) because of the need for os.chdir(). So we assume "data" is where the dll/so is 5 6
Note: See TracChangeset
for help on using the changeset viewer.