[Ironpython-users] issue with distribute_setup.py

2013-07-15 Thread Daniel Fernandez
Hi All, I ran into an issue trying to execute dsitribute_setup.py. I used both the -X:Frames and -X:FullFrames but I am getting an error message sys module does not contain '_getframe'. Here is the output c:\Users\Daniel\Downloads>c:\IronPython27\ipy.exe -X:Frames distribute_setup.pyExtracting

[Ironpython-users] IronPython query to Windows Azure Table Storage

2013-07-15 Thread Cory Brostowicz
In an application I'm working on, I'm trying to write an IronPython script that queries Azure Tables, returning a result into a class defined in Python. I keep running into the following error when I do this: Unhandled Exception: System.InvalidOperationException: The type 'IronPython.NewTypes.I

Re: [Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-15 Thread Jeff Hardy
Hi Daniel, Thanks for the reproduction. Can you open an issue on CodePlex ( https://ironpython.codeplex.com/WorkItem/Create)? This should be easy to fix for 2.7.4. - Jeff On Sat, Jul 13, 2013 at 4:11 PM, Daniel Fernandez < [email protected]> wrote: > Hi All, > > I was just playing with