1. Hello,

    1. I usally use native json module, but oxide says me - module not found. How to add json library to python?

    2. Also I got:
    RuntimeError: Failed to call Init (UnboundNameException: global name 'webrequest' is not defined)

    3. How to add exteranal python libraries, like site-packages? (I have my own code, which i wish to use in plugin *.py files)
     
  2. Wulf

    Wulf Community Admin

    It's webrequests, not webrequest. I'm not sure when it changed or if it was just typoed in the Docs. As far as external libraries go, I don't think you'll be able to load them, only what comes with the game and gets loaded by the server.
     
  3. Thanks - this helped me too. Fixing the docs would be great - was just about to post another Q when I saw this come up as I typed the title :)