I have a task that requires itertools. but I am having no luck. is it possible to import from itertools? or any other library for that matter? thanks
Solved
Importing libraries
Best answer by kuovonne
You cannot import libraries in Scripting app.
You can copy/paste in minified versions of libraries into your script if they are small enough and in a single file.
There are also creative ways of having the script itself get raw library files and use eval.
Or you can write a custom app, which can import node modules.
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

