Hello, I'm using import win32crypt from my python file. When I execute the python using IronPython in C# ? I got this error : No Module found Win32Crypt.

var ipy = Python.CreateRuntime();
dynamic test = ipy.UseFile(@"mypythonscript.py");


mypythonscript.py
import win32crypt
...

Did you make sure the casing is right? C# is case dependant.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.