How to import python packages?

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?

Hi @Rick-Hard89,

Yes.

Please create a custom app and develop which you want to develop.

Thank You!

2 Likes

I see, thank you very much!