Show error if trying to run FF out of an archive (temp folder)

+ other UI improvements
This commit is contained in:
N00MKRAD
2021-02-18 14:30:56 +01:00
parent 034794d5e5
commit f491b6f6f9
9 changed files with 29 additions and 40 deletions

View File

@@ -77,7 +77,7 @@ namespace Flowframes.OS
}
else
{
MessageBox.Show("System python installation not found!\nPlease install Python or download the package from the package installer.");
MessageBox.Show("Neither the Flowframes Python Runtime nor System Python installation could be found!\nEither download the \"Full\" Flowframes package or install Python/Pytorch yourself.");
Interpolate.Cancel("Neither the Flowframes Python Runtime nor System Python installation could be found!");
}
}