There is no system.data namespace in IronPython?

xiaoxiao2021-03-06  77

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.

转载请注明原文地址:https://www.9cbs.com/read-121990.html

New Post(0)