Python for .Net Error: ImportError: No module named

别来无恙 提交于 2019-12-06 07:32:05

With help from python forum I was able to use Microsoft's Fuslogvw.exe (Assembly Binding Log Viewer) and figure out the dependent dll causing the error.

Thanks

denfromufa

Here is a link to my original answer:

https://mail.python.org/pipermail/pythondotnet/2014-December/001626.html

I recommend using Assembly Binding Log Viewer (fuslogvw.exe) for corresponding .NET framework to see the log files of loading assemblies.

Set Log Location as Custom and in Settings point to your assemblies folder. The log should show the sequence of DLLs being loaded and any errors.

This worked for me, see here:

Could not load file or assembly or one of its dependencies

Can't locate fuslogvw.exe on my machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!