Re: [IronPython] Associate .ipy extension as IronPython in VS 2008?

2009-02-25 Thread Jimmy Schementi
Can't you just tell the OS to associate .ipy files with devenv.exe? (Right-click on file --> Open with ... --> browse to devenv.exe). I don't think VS keeps track of file types associated with it, but the setup sets them. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.iron

[IronPython] Associate .ipy extension as IronPython in VS 2008?

2009-02-25 Thread Matt
Having installed the ASP.NET Futures package, I get syntax highlighting for files with the .py extension in Visual Studio 2008. I am unable to find a setting to associate files with a .ipy extension as the same. I use both the CPython and IronPython interpreters, and would like to use the file

Re: [IronPython] Please vote up this DLR memory leak bug

2009-02-25 Thread Dino Viehland
Your approach should be perfectly fine (it's basically what CompiledCode was designed for) and it's not clear to me what would be leaking in this scenario. One suggestion I'd have for you is to download and install windbg (http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx). Then

Re: [IronPython] searching ssh client library working with ironpython

2009-02-25 Thread jean-marc pouchoulon
Christian Muirhead a écrit : Hi jean-marc - Hi christian, I'll let you know when we've got a better idea of what's going on. Ok thanks a lot for all your answers. jean-marc ___ Users mailing list Users@lists.ironpython.com http://

Re: [IronPython] Please vote up this DLR memory leak bug

2009-02-25 Thread Dody Gunawinata
What is the impact of caching CompiledCode into this "collectability" issue? I am working on a CMS that expose functions implemented in IronPython to a template engine. So I read a directory of 40 or 50 xx.py files, load it up and compiled them. This is off course a costly operation to do it in ev

Re: [IronPython] searching ssh client library working with ironpython

2009-02-25 Thread Christian Muirhead
Hi jean-marc - This looks like an Ironclad bug - we're looking into it now. It might be something simple to fix, or quite complicated; Ironclad's still a work in progress, and there are lots of parts of the Python C API that aren't implemented yet. I'll let you know when we've got a better ide