Как установить пакет socket?

Страницы: 1
RSS
Как установить пакет socket?
 
Текст ошибки:
Код
C:\lua\test.lua:2: module 'socket.http' not found:
   no field package.preload['socket.http']
   no file '.\socket\http.lua'
   no file 'C:\Open_Broker_QUIK_Junior\lua\socket\http.lua'
   no file 'C:\Open_Broker_QUIK_Junior\lua\socket\http\init.lua'
   no file 'C:\Open_Broker_QUIK_Junior\socket\http.lua'
   no file 'C:\Open_Broker_QUIK_Junior\socket\http\init.lua'
   no file 'C:\Open_Broker_QUIK_Junior\Include\socket\http.dll'
   no file 'C:\Open_Broker_QUIK_Junior\Include\socket\http.lua'
   no file 'C:\Open_Broker_QUIK_Junior\Include\socket\http.luac'
   no file '.\socket\http.dll'
   no file 'C:\Open_Broker_QUIK_Junior\socket\http.dll'
   no file 'C:\Open_Broker_QUIK_Junior\loadall.dll'
   no file 'C:\Open_Broker_QUIK_Junior\Include\socket.dll'
   no file 'C:\Open_Broker_QUIK_Junior\Include\socket.lua'
   no file 'C:\Open_Broker_QUIK_Junior\Include\socket.luac'
   no file '.\socket.dll'

Исходный код:
Код
is_run = true
local http = require "socket.http"

function main()
    message("Привед!")
end

function OnStop()
    is_run = false
end

function OnTrade(trade_data)
    
end
 
Добрый день.
Данную тему вроде уже разбирали https://forum.quik.ru/messages/forum10/message20352/topic2286/#message20352
Перед тем как задать вопрос, убедитесь, что решение Вашей задачи не описано в официальном мануале - 'Использование Lua в Рабочем месте QUIK.pdf' https://arqatech.com/upload/Public/quik_lua.zip
 
Спасибо!
Страницы: 1
Читают тему
Наверх