[IronPython] Updating globals()

Rene Olsthoorn rene.olsthoorn at gmail.com
Mon Mar 27 10:51:40 CEST 2006


Hello Seo,

On Windows XP, it runs without a problem.

Greets, Rene Olsthoorn.

On 3/27/06, Sanghyeon Seo <sanxiyn at gmail.com> wrote:
> Updating module-level globals() raises AttributeError.
>
> vars = {'a': 1, 'b': 2}
> globals().update(vars)
> print a, b
>
> Seo Sanghyeon
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



More information about the Ironpython-users mailing list