Re: [IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Michael Foord
On 01/04/2010 23:46, Dino Viehland wrote: On Thu, Apr 1, 2010 at 4:17 PM, Can Gencer wrote: On Thu, Apr 1, 2010 at 7:27 PM, Dino Viehland wrote: I tried this, ExceptionHelpers.DynamicStackFrames.Count seems to be constant at 1.. I'm not very familiar with windbg but I can certainly learn

Re: [IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Dino Viehland
> On Thu, Apr 1, 2010 at 4:17 PM, Can Gencer wrote: > > On Thu, Apr 1, 2010 at 7:27 PM, Dino Viehland wrote: > > I tried this, ExceptionHelpers.DynamicStackFrames.Count seems to be > > constant at 1.. I'm not very familiar with windbg but I can certainly > > learn more about it.. What should I be

Re: [IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Jeff Hardy
On Thu, Apr 1, 2010 at 4:17 PM, Can Gencer wrote: > On Thu, Apr 1, 2010 at 7:27 PM, Dino Viehland wrote: > I tried this, ExceptionHelpers.DynamicStackFrames.Count seems to be > constant at 1.. I'm not very familiar with windbg but I can certainly > learn more about it.. What should I be looking f

Re: [IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Can Gencer
On Thu, Apr 1, 2010 at 7:27 PM, Dino Viehland wrote: > Can Gencer wrote: >> I am trying to use CherryPy through IronPython. I am using a custom >> web server written in C# and I am using the NWSGI handler available >> here (http://nwsgi.codeplex.com/) with some modifications to work with >> my cus

Re: [IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Can Gencer
On Thu, Apr 1, 2010 at 8:08 PM, Jeff Hardy wrote: > On Thu, Apr 1, 2010 at 2:59 AM, Can Gencer wrote: >> Hello, > > Hi Can, > You are, to my knowledge, the first person besides me to use NWSGI for > anything, so thank you! > >> Everything works after some tweaking done to CherryPy. I re-use the >

[IronPython] IronPython 2.6 CodePlex Source Update

2010-04-01 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/65179. MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/AssemblyVersion.cs $/I

Re: [IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Jeff Hardy
On Thu, Apr 1, 2010 at 2:59 AM, Can Gencer wrote: > Hello, Hi Can, You are, to my knowledge, the first person besides me to use NWSGI for anything, so thank you! > Everything works after some tweaking done to CherryPy. I re-use the > application callable that is retrieved from the main script th

Re: [IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Dino Viehland
Can Gencer wrote: > I am trying to use CherryPy through IronPython. I am using a custom > web server written in C# and I am using the NWSGI handler available > here (http://nwsgi.codeplex.com/) with some modifications to work with > my custom web server instead of IIS. > > Everything works after s

Re: [IronPython] ironpython window in Microsoft Office Application

2010-04-01 Thread Slide
On Thu, Apr 1, 2010 at 8:47 AM, David Jensen wrote: > Can an IronPython interpreter window be placed in an office application, such > as Outlook 2007? Outlook 2007 is quite customizable. The forms can be > modified. An IronPython interpreter window would be more useful than VBA, > since VBA is not

Re: [IronPython] ironpython window in Microsoft Office Application

2010-04-01 Thread Dino Viehland
David Jensen: > Can an IronPython interpreter window be placed in an office application, such > as Outlook 2007? Outlook 2007 is quite customizable. The forms can be > modified. An IronPython interpreter window would be more useful than VBA, > since VBA is not interactive (I have not used it much).

[IronPython] IronPython 2.6 CodePlex Source Update

2010-04-01 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/65175. ADDED SOURCES $/IronPython/IronPython_Main/Src/Tests/pyc/stdmodules_ok.ps1 DELE

[IronPython] ironpython window in Microsoft Office Application

2010-04-01 Thread David Jensen
Can an IronPython interpreter window be placed in an office application, such as Outlook 2007? Outlook 2007 is quite customizable. The forms can be modified. An IronPython interpreter window would be more useful than VBA, since VBA is not interactive (I have not used it much). I have VS 2008 Profe

Re: [IronPython] pyFlakes pySmell

2010-04-01 Thread Jeff Hardy
On Thu, Apr 1, 2010 at 1:59 AM, Aravin wrote: > Hi Guys, > > Thanks for the information on this. > > Jeff, I tried to download and compiler your _ast library, but it's giving > meĀ errors. > > ... > > I'm using IronPython 2.6RC1. Am I doing something wrong? Probably not. I haven't gotten it workin

Re: [IronPython] pyFlakes pySmell

2010-04-01 Thread Michael Foord
On 01/04/2010 08:59, Aravin wrote: [snip...] Also, if anyone is interested, I updated the compiler package found in FePy to work with IronPython 2.6RC1. I'm able to run pyFlakes on IronPython using it (also tried pySmell and it works so far). I'm fixing up errors as I encounter them. Is there a

Re: [IronPython] Gestalt, IronPython in Silverlight and embedded xaml

2010-04-01 Thread Michael Foord
On 01/04/2010 04:04, Jimmy Schementi wrote: I mean that if I develop in an html file I can't view it from the filesystem in a browser but must still have a locally running server for the scripts to run. Yes, this is true today; I think mainly because dlr.xap depends on downloading Micros

[IronPython] IronPython with CherryPy through WSGI Memory issue

2010-04-01 Thread Can Gencer
Hello, I am trying to use CherryPy through IronPython. I am using a custom web server written in C# and I am using the NWSGI handler available here (http://nwsgi.codeplex.com/) with some modifications to work with my custom web server instead of IIS. Everything works after some tweaking done to C

Re: [IronPython] pyFlakes pySmell

2010-04-01 Thread Aravin
Hi Guys, Thanks for the information on this. Jeff, I tried to download and compiler your _ast library, but it's giving me errors. Error 1 'IronPython.Runtime.PythonModule' does not contain a definition for 'TryGetName' and no extension method 'TryGetName' accepting a first argument of type 'Iron