Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 97fb1c3f authored by hhakim's avatar hhakim
Browse files

Minor fix: rename FAµST to FAuST in some strings to avoid issues on windows (utf-8 error).

It prevented the faust data archive to download.
parent 4b6f8c08
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ ARCH_NAME = "@REMOTE_DATA_FILE@"
BASE_URL = "@REMOTE_DATA_URL@"
def download_uncompress(uncompress_dir=None, base_url=BASE_URL,
arch_name=ARCH_NAME, data_name="FAµST data",
arch_name=ARCH_NAME, data_name="FAuST data",
already_downloaded_msg=False,
extra_file_to_check_dl=None):
ARCH_URL = "/".join([base_url, arch_name])
......
......@@ -116,7 +116,7 @@ Section "" ; no component so name not needed
; check the python version matches python major.minor version used to build the the wrapper shared library
Exec "python --version | python -c $\"import re; ver = input(); exit(0) if re.match('Python @WIN_PY_VER@', ver) else exit(1)$\""
IfErrors 0 +2
MessageBox MB_OK "Error: this version of FAµST is pre-compiled for Python @WIN_PY_VER@ which must be installed and configured as the default python on your system (i.e. it must be available as $\"python$\" command in the PATH environment variable)." /SD IDOK IDOK data_dl
MessageBox MB_OK "Error: this version of FAuST is pre-compiled for Python @WIN_PY_VER@ which must be installed and configured as the default python on your system (i.e. it must be available as $\"python$\" command in the PATH environment variable)." /SD IDOK IDOK data_dl
MessageBox MB_OK "The pyfaust wrapper will be installed for Python @WIN_PY_VER@." /SD IDOK
; post install pyfaust auto-setup in environment (works only if python is installed in path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment