Import the namespace when using IronPython:
From system.data import *
Error: 'package #'? Object Has No Attribute 'Data'
But there is no problem with other namespace system.Web, System.xml, System.io, System.Text is no problem.
I don't know if Python is not suitable for this procedure.