[Ironpython-users] Distributing apps

Jeff Hardy jdhardy at gmail.com
Fri Mar 2 22:30:23 CET 2012


On Fri, Mar 2, 2012 at 12:58 PM,  <mchalkley at mail.com> wrote:
> Well, when you or whoever finds time to document the process, could
> you include something about that, too? If put some of the standard
> library files, but omit others, I get a message telling me which ones
> are missing, but if I include everything, I get:
>
> Unhandled Exception: Microsoft.Scripting.SyntaxErrorException: unexpected token '<newline>'
>   at IronPython.Runtime.ThrowingErrorSink.Add(SourceUnit sourceUnit, String message, SourceSpan span, Int32 errorCode, Severity severity)
>   at IronPython.Compiler.Parser.ReportSyntaxError(Int32 start, Int32 end, String message, Int32 errorCode)
>   at IronPython.Compiler.Parser.ReportSyntaxError(Token t, IndexSpan span, Int32 errorCode, Boolean allowIncomplete)
>   at IronPython.Compiler.Parser.ParsePrimary()
>   at IronPython.Compiler.Parser.ParsePower()
>
> So, it seems it doesn't like the libs being in a zip file... I'll keep
> playing with it...

See http://ironpython.codeplex.com/workitem/32335. It'll be fixed in the RC.

- Jeff


More information about the Ironpython-users mailing list