- Notifications
You must be signed in to change notification settings - Fork752
Closed
Description
Environment
- Pythonnet version:2.3.0
- Python version:3.6.3
- Operating System:Win 10
Details
Hi,
- When I try to use the Chinese namespace in C#,Pythonnet will prompt memory corruption.
usingSystem;usingPython.Runtime;namespace中文测试{publicclass中文{staticvoidMain(string[]args){using(Py.GIL()){dynamicsys=Py.Import("sys");Console.WriteLine(sys.verison);Console.ReadKey();}}}}
- The visual studio then prompts the following error.
- How should I solve this problem in the Chinese namespace?
THANK YOU SO MUCH!
Metadata
Metadata
Assignees
Labels
No labels