|
@@ -10,8 +10,8 @@ else:
|
|
|
|
|
|
# Start up the HUTN compilation service already
|
|
|
try:
|
|
|
- hutn = subprocess.Popen([sys.executable, "scripts/HUTN_service.py", "127.0.0.1:%s" % port])
|
|
|
- json = subprocess.Popen([sys.executable, "scripts/JSON_service.py", "127.0.0.1:%s" % port])
|
|
|
+ hutn = subprocess.Popen([sys.executable, "services/HUTN/main.py", "127.0.0.1:%s" % port])
|
|
|
+ json = subprocess.Popen([sys.executable, "services/JSON/main.py", "127.0.0.1:%s" % port])
|
|
|
|
|
|
os.chdir("wrappers")
|
|
|
subprocess.check_call([sys.executable, "-m", "sccd.compiler.sccdc", "-p", "threads", "modelverse_SCCD.xml"])
|