Here is my code:
import clr
clr.AddReference("PixelPilot.Core")
from PixelPilot.Core import *
I have already tried renaming the DLL and also trying different names to import it. (EX. PixelPilot.Client
, import PixelPilot
, and etc) Yet I always still got ModuleNotFoundError: No module named 'PixelPilot'
. What am I doing wrong?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744299610a4567433.html
评论列表(0条)