Re: [IronPython] built-in modules

2009-11-22 Thread Dino Viehland
I started writing up some documentation around this as part of our push to actually have useful documentation :) Here's the current version of that - if you have any feedback or additional questions it'd be great to hear to improve the docs. 1. Implementing new modules in .NET When creating a

[IronPython] built-in modules

2009-11-22 Thread Slide
Are there any tutorials on writing modules that appear as built-ins? does it have to be part of the IronPython.Modules assembly to be loaded correctly? thanks, slide -- slide-o-blog http://slide-o-blog.blogspot.com/ ___ Users mailing list Users@lists.

[IronPython] Compiling .py to .dll to use with Silverlight

2009-11-22 Thread Lukas Cenovsky
Hi, I'd like to know status of the $subj. I have found some discussions (e.g. Michael tried to use pyc or http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=52207&ANCHOR ) but no working example - is there any? And if not wil

Re: [IronPython] WCF Service in pure IronPython

2009-11-22 Thread Lukas Cenovsky
Hi, I am able to save the WCF service to the assembly, so I can use .config files to configure it - see http://gui-at.blogspot.com/2009/11/wcf-service-in-pure-ironpython-with.html I think there is only a small step left to make possible to host IronPython WCF services in IIS. IIS configures

Re: [IronPython] Ability to use CPython csv module

2009-11-22 Thread Seo Sanghyeon
2009/11/19 Slide : > Are modules things that can be contributed to IP? If I were to go write a > compatible _csv module and post it as a patch, would it be accepted? As I understand, no. But you can provide a compatible _csv module outside of IP, and indeed this is exactly what is happening on pye