On Sun, Mar 30, 2008 at 5:20 AM, Davy Mitchell <[EMAIL PROTECTED]> wrote:
> A better example is the single line 'self.test' saved to to test2.py
>
> ipy test2.py
> C:\Code\OSProjects>ipy test2.py
> Traceback (most recent call last):
>  File Snippets, line unknown, in Initialize
> NameError: name 'self' is not defined

I imagine this is just a temporary glitch in 2.0b1, as IronPython
1.1.1 shows the right line:

PS F:\IPCE-r7\ipy> .\ipy.exe test2.py
Traceback (most recent call last):
  File F:\IPCE-r7\ipy\test2.py, line 1, in Initialize
NameError: name 'self' not defined

--
Curt Hagenlocher
[EMAIL PROTECTED]
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to