Re: [Python.NET] Python 3.4 Support

2014-06-18 Thread Beckett Simmons
Hey Tony, Thanks for the help. I was able to build pythonnet with your instructions. The issue that I am having now is that pythonnet seems to be build for python33.When I try to import clr I get this error and python.exe crashes.http://pastebin.com/0zcW6nP0How would I possibly point pythonnet t

Re: [Python.NET] Python 3.4 Support

2014-06-18 Thread Tony Roberts
Hi Becket, hmmm, did you build it for 3.3 previously? The setupwin.py in this repo doesn't clean before building and re-uses the same target for the different python versions so it won't rebuild everything correctly when switching between python versions. Try deleting all the build folders and re

Re: [Python.NET] Python 3.4 Support

2014-06-18 Thread Christoph Gohlke
Hi, I updated the installers at Christoph On 6/18/2014 10:17 AM, Beckett Simmons wrote: Hey Tony, Thanks for the help. I was able to build pythonnet with your instructions. The issue that I am having now is that pythonnet seems to be

Re: [Python.NET] PythonDotNet Digest, Vol 122, Issue 17

2014-06-18 Thread Beckett Simmons
Hey Tony, Following your advice I did a simple git reset and git clean to get back to the original source. Built pythonnet again. Now a weird thing is happening. I can import clr in the Mircrosoft Windows 7 x64 Debug Build Environment prompt but only immediately after the build. So I figure out