Could not locate any package
Comments
2 comments
-
Hi @DanielK
Which version are you using? Do you receive any error when you try to import the script? Could you share a screenshot? -
Tools -->Application module points to Python 3.7. Simplified code below, should just generate random integer number.
Error message: "import random" generates error: Unexpected token "from"
def main(config):
import random
numb = random.randint(1111111111111, 9999999999999)
return [str(numb)]
Add comment
Please sign in to leave a comment.