After following the procedure found on this website to configure Sublime Text for Lua I got this message error when I try ro run my print("hello world") test1.lua file :
[WinError 2] Le fichier spécifié est introuvable
[cmd: ['lua', 'C:\\Users\\pc\\AppData\\Roaming\\Sublime Text 3\\Packages\\User\\Test1.lua']]
[dir: C:\Users\pc\AppData\Roaming\Sublime Text 3\Packages\User]
[path: C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;%USERPROFILE%\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;D:\Lua\;C:\Users\pc\AppData\Roaming\Sublime Text 3\Packages\User\;C:\Program Files\Sublime Text 3\]
[Finished]
I thought it was coming from a problem of path, so I managed to add my different Lua folders in the path as can be seen at the end of the path.
Any help welcome...