Python 3 version of Python for .NET
Has anyone tried this in a 64bit process with Python 3.3? I've been trying to get it to run but I can't seem to get past "dynamic module does not define init function CLR_init" or something to that effect.
Yes, I made some changes to get it working in Python 3 a while ago. The code's on github: https://github.com/tonyroberts/pythonnet. I've tested it with 3.3 x64 and it works ok for me (although I've only really used the 3.2 x64 build extensively). regards, Tony On Fri, Jul 5, 2013 at 3:56 AM, Kyle Rocha <kyle.rocha@gmail.com> wrote:
Has anyone tried this in a 64bit process with Python 3.3?
I've been trying to get it to run but I can't seem to get past "dynamic module does not define init function CLR_init" or something to that effect. _________________________________________________ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/mailman/listinfo/pythondotnet
participants (2)
-
Kyle Rocha
-
Tony Roberts