Re: [IronPython] stdlib platform.py patch

2006-12-09 Thread Sanghyeon Seo
2006/12/10, Anthony Baxter <[EMAIL PROTECTED]>: > Does 1.1a1 have a sys.subversion string? I'm not sure I have the > ability to download from codeplex (I think it needs Windows > machines...) No, you don't need Windows machines. You can download the latest source in .zip. -- Seo Sanghyeon __

Re: [IronPython] stdlib platform.py patch

2006-12-09 Thread Anthony Baxter
On 12/10/06, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: > 2006/12/9, Anthony Baxter <[EMAIL PROTECTED]>: > > This works on each version of FePy I could find. > > God helps us, it still doesn't parse sys.version from IronPython > to-be-1.1, namely change set 13291 you can download from CodePlex. > > I

[IronPython] IronPython and InCisif.net - Web Testing Tool

2006-12-09 Thread ftorres
In the past weeks we started to integrate IronPython with our web testing tool InCisif.net with success. We designed our tool to work with C# or VB.NET, but Python is a plus. We are considering fully supporting IronPython for the next release. I posted some samples on our blogs http://blog.incisi

Re: [IronPython] Reading configuration file from Interpreter

2006-12-09 Thread ftorres
Try to put your options in the file ipyw.exe.config or ipy.exe.config in the ironpython folder. I think that is where the options are going to be read. I did not try, it is just a guess. Frederic Torres www.InCisif.net Web Testing with C# or VB.NET - Original Message - From: "J. Merrill

Re: [IronPython] Reading configuration file from Interpreter

2006-12-09 Thread J. Merrill
I didn't see that anyone else responded, so I'll take a shot -- the DLL could be locating a configuration file not for itself (dllname.dll.config) but one for the .EXE that loaded it (exename.exe.config). Given that you didn't tell us what the name of the DLL or configuration file is, that seem

Re: [IronPython] stdlib platform.py patch

2006-12-09 Thread Sanghyeon Seo
2006/12/9, Anthony Baxter <[EMAIL PROTECTED]>: > This works on each version of FePy I could find. God helps us, it still doesn't parse sys.version from IronPython to-be-1.1, namely change set 13291 you can download from CodePlex. It gives: 2.4.0 (IronPython 1.1 (1.1) on .NET 2.0.50727.42) For th

Re: [IronPython] patch to enable codeop.py on fepy

2006-12-09 Thread Sanghyeon Seo
2006/12/9, Anthony Baxter <[EMAIL PROTECTED]>: > The following patch makes codeop.py (and therefore stuff that depends > on it, such as code.py) work on IronPython. Applied. Thanks! http://svn.sourceforge.net/viewvc/fepy?view=rev&revision=342 > (snip) It would be nice if the builtin compile() sup