Hello,
I am writing a HSL file and need to use/import a Python library that is not installed by default with the HS AFAICT (the "Requests" library i.e. Requests: HTTP for Humans ? Requests 2.1.0 documentation)
How can I do that?
I discovered that it is possible to embed full-fledge Python in the HSL by using the "encode("xxx")" "trick", so I was wondering if there was a similar trick for embedding a Python library.
Thanks in advance!
Sacha
I am writing a HSL file and need to use/import a Python library that is not installed by default with the HS AFAICT (the "Requests" library i.e. Requests: HTTP for Humans ? Requests 2.1.0 documentation)
How can I do that?
I discovered that it is possible to embed full-fledge Python in the HSL by using the "encode("xxx")" "trick", so I was wondering if there was a similar trick for embedding a Python library.
Thanks in advance!
Sacha
Kommentar