[Python.NET] Using Import method in C# Py.GIL
[email protected] Sun, 12 Apr 2020 11:30:33 -0000
| Newsgroups | gmane.comp.python.dotnet |
|---|---|
| Message-ID | <[email protected]> |
Hi,
How can I write "from packet..messaging import MessagingClient" in Python.Runtime.
I tried below code snipet
"dynamic MessagingClient = Py.Import("packet.messaging");"
Still heve exception: