Trying to make a server side script but getting error ImportError: __import__ not found
when trying to call the script.
This is what i’m trying to import:
import frappe
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from bs4 import BeautifulSoup
I read some old forum posts that had links that didn’t work anymore but it said import was restricted because of security reasons.
Is this still the case? is there any way around it?