Changeset 1081 for framspy/frams-test.py


Ignore:
Timestamp:
02/17/21 16:59:46 (3 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • framspy/frams-test.py

    r1078 r1081  
     1import sys
    12import frams
    23
    3 framspath = "" # set to where Framsticks binaries and libraries exist
     4framspath = sys.argv[1] # set to the directory where Framsticks binaries and libraries exist
    45frams.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
    56
Note: See TracChangeset for help on using the changeset viewer.