[Python.NET] Action delegate in Python 3.4

2015-07-01 Thread Tamas Ruszkai
I have installed CPython 3.4 64bit and pythonnet-2.1.0.dev1-cp34-none-win_amd64.whl I have tried to use the generic action delegate, but failed. Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more

Re: [Python.NET] Action delegate in Python 3.4

2015-07-01 Thread Tony Roberts
Hi, looks like this just hasn't been implemented yet. I don't think it's specific to the 3.4 build. Could you create a github issue with your example if you get a chance? ( https://github.com/pythonnet/pythonnet/) If you want to have a go at implementing it yourself, take a look at the classes D