Discussion:
[Python.NET] Python 3 version of Python for .NET
Kyle Rocha
2013-07-05 02:56:51 UTC
Permalink
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-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet
Tony Roberts
2013-07-05 14:01:27 UTC
Permalink
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
Post by Kyle Rocha
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.
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
Kyle Rocha
2013-07-05 15:19:39 UTC
Permalink
Ah, cheers.
Anywhere on your pythonpath should do. If you use the setupwin.py from my
github fork you should just be able to do 'python setupwin.py install' to
put it in your site-packages (best to use virtualenv if you do that).
Tony.
That's odd, I'll have to just keep trying. Thanks for getting most of the
legwork done on 3.x.
There must be something else I'm missing. Where are you supposed to put
the dll?
/ kyle
Post by Tony Roberts
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
Post by Kyle Rocha
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.
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
Kyle Rocha
2013-07-05 16:54:02 UTC
Permalink
Is the buildclrmodule.bat dead, according to the clr module vcproj it
is, yet they both get built?
Post by Kyle Rocha
Ah, cheers.
Anywhere on your pythonpath should do. If you use the setupwin.py from my
github fork you should just be able to do 'python setupwin.py install' to
put it in your site-packages (best to use virtualenv if you do that).
Tony.
That's odd, I'll have to just keep trying. Thanks for getting most of the
legwork done on 3.x.
There must be something else I'm missing. Where are you supposed to put
the dll?
/ kyle
Post by Tony Roberts
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
Post by Kyle Rocha
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.
_________________________________________________
http://mail.python.org/mailman/listinfo/pythondotnet
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet

Loading...