[IronPython] DLLs directory in the default path

2006-09-24 Thread Sanghyeon Seo
This is a feature request. CPython on Windows have DLLs directory, in addition to Lib directory, in the default path. In my opinion, this is a good idea for IronPython too. One could throw MySql.Data.dll to that directory, for example. A criteria for what to put into DLLs and what to put into Lib

[IronPython] Sample showing IronPython use within C#

2006-09-24 Thread Alex James
FYI, I have just posted my 3rd post on IronPython, I absolutely love it. My posts come from the angle of a C# programmer, so maybe useful for those coming from C# and looking for excuses to use IronPython, and some more samples to get going. All the posts are here: http://www.base4.net/blog.aspx?

Re: [IronPython] Gzip module

2006-09-24 Thread Sanghyeon Seo
2006/9/24, Michael Foord <[EMAIL PROTECTED]>: > > For MS.NET, you can download #ziplib here: > > http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx > > This is cool - and the license is good to. Previously I just saw GPL on > this module and dismissed it. > > Hmmm... it would seem like