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
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
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