python - Why won't the C# .NET DLL import? - Stack Overflow

Here is my code:import clrclr.AddReference("PixelPilot.Core")from PixelPilot.Core import *I

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

相关推荐

  • python - Why won't the C# .NET DLL import? - Stack Overflow

    Here is my code:import clrclr.AddReference("PixelPilot.Core")from PixelPilot.Core import *I

    7天前
    30

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信