HI ALL,
Can you please let me know how to enable Phyton 3.8 software on Fusion Builder VBS and import the relevant libraries in Fusion Visual Builder
Libraries as Eg:
import urllib.request
import urllib.parse
from xml.etree.ElementTree import fromstring
import base64, sys
import subprocess
import glob
from os import path
Thank you.