Re: [Python.NET] Python 3 version of Python for .NET
Ah, cheers. On 5 Jul 2013 08:16, "Tony Roberts" <tony@pyxll.com> wrote:
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.
On Fri, Jul 5, 2013 at 4:10 PM, Kyle Rocha <kyle.rocha@gmail.com> wrote:
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 On 5 Jul 2013 07:01, "Tony Roberts" <tony@pyxll.com> wrote:
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
Is the buildclrmodule.bat dead, according to the clr module vcproj it is, yet they both get built? On 5 July 2013 08:19, Kyle Rocha <kyle.rocha@gmail.com> wrote:
Ah, cheers.
On 5 Jul 2013 08:16, "Tony Roberts" <tony@pyxll.com> wrote:
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.
On Fri, Jul 5, 2013 at 4:10 PM, Kyle Rocha <kyle.rocha@gmail.com> wrote:
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
On 5 Jul 2013 07:01, "Tony Roberts" <tony@pyxll.com> wrote:
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 (1)
-
Kyle Rocha