Re: [IronPython] Error using webpy in ironpython

2006-09-23 Thread Sanghyeon Seo
2006/9/23, anil <[EMAIL PROTECTED]>: > SyntaxError: from __future__ imports must occur at the beginning of the file This is webpy's problem. Move from __future__ ... line above __version__ line. -- Seo Sanghyeon ___ users mailing list users@lists.ironp

[IronPython] Error using webpy in ironpython

2006-09-22 Thread anil
>>> import web Traceback (most recent call last): File , line 0, in ##22 File , line 0, in __import__##7 SyntaxError: from __future__ imports must occur at the beginning of the file (C: \Documents and Settings\Desktop\IronPython-1.0\Lib\web.py, line 9) >>> import web Traceback (most recent call