Re: [Python.NET] [python] Re: Experimental C Extensions from IronPython with Python.NET - code and article

2007-10-24 Thread Michael Foord
Mathew Yeates wrote: > This is too sweet for words. One of the main reasons I haven't moved > over to IronPython is that I want to use numpy. Nice Going! > Hey - well if someone uses it I might actually maintain it... :-) For passing lots of data in and out it will probably be highly ineffici

Re: [Python.NET] [python] Experimental C Extensions from IronPython with Python.NET

2007-10-24 Thread Michael Foord
Hello all, I've uploaded the download code with a slightly improved version. Thanks to Seo it now supports passing keyword arguments to the hosted CPython functions/methods. http://www.voidspace.org.uk/ironpython/cpython_extensions.shtml Thanks Michael http://www.manning.com/foord Michael F

Re: [Python.NET] Experimental C Extensions from IronPython with Python.NET - code and article

2007-10-24 Thread Mathew Yeates
This is too sweet for words. One of the main reasons I haven't moved over to IronPython is that I want to use numpy. Nice Going! Mathew Michael Foord wrote: > Hello all, > > I've just posted the experimental code for accessing CPython extensions > from IronPython. It uses the embedding wrapper fr

Re: [Python.NET] [python] Re: Experimental C Extensions from IronPython with Python.NET - code and article

2007-10-24 Thread Michael Foord
Christian Heimes wrote: > Michael Foord wrote: > >> I've just posted the experimental code for accessing CPython extensions >> from IronPython. It uses the embedding wrapper from Python.NET so I >> thought I would let you know. :-) >> >> Blog entry: >> http://www.voidspace.org.uk/python/weblog/

Re: [Python.NET] Experimental C Extensions from IronPython with Python.NET - code and article

2007-10-24 Thread Michael Foord
Sanghyeon Seo wrote: > 2007/10/24, Michael Foord <[EMAIL PROTECTED]>: > >> I've just posted the experimental code for accessing CPython extensions >> from IronPython. >> >> Article: http://www.voidspace.org.uk/ironpython/cpython_extensions.shtml >> >> Comments, bugfixes and improvements welcomed