2006/11/10, Mathew Yeates <[EMAIL PROTECTED]>:
> I just tried compiling the source code but it has random characters in
> it. See IronPython/Runtime/PythonModule.cs line 57
>  public static PythonModule MakeModule(ICallerContext context,
> DynamicType cls, params object[] args\u03c4)

You should have no trouble compiling the source code, since this is legal C#.

If you get an error, you are most likely bitten by Mono C# compiler
tokenizer bug #52019, which is fixed in recent versions. If you can't
upgrade for some reasons, apply the patch attached to the bug.

http://bugzilla.ximian.com/show_bug.cgi?id=52019

-- 
Seo Sanghyeon
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to