[IronPython] garbage in the source file

Mathew Yeates myeates at jpl.nasa.gov
Fri Nov 10 22:24:51 CET 2006


Yes, I was indeed using the Mono compiler. Thanks for all the replies.
Mathew


Sanghyeon Seo wrote:
> 2006/11/10, Mathew Yeates <myeates at jpl.nasa.gov>:
>   
>> 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
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20061110/d6da7055/attachment.html>


More information about the Ironpython-users mailing list