Hello all,
I am trying to get pythonnet to build with python 3.4. I am on a Windows 7 64-bit machine and specifically want to use Python 3.4.1.
Of course the official repository on github does not support python 3.4 yet.
But that is not working for me. Running setup.py give me this error:
ValueError: close_fds is not supported on Windows platforms if you redirect stdin/stdout/stderr
Any other ideas or ways I could use pythonnet with Python 3.4?
Beckett