[Pythonmac-SIG] Re: Pythonmac-SIG digest, Vol 1 #182 - 1 msg

FoulCraven@aol.com FoulCraven@aol.com
Tue, 8 Jun 1999 21:03:17 EDT


>I wrote a little script, using the MacPython IDE. Then I saved it as an
>applet. So far, everything was OK. Then I used the script MacFreeze to
>generate an application from the script, but it complains about a syntax
>error. The strange thing is that I can't find a syntax error...

I've found that with BuildApplet, if I did not have a carriage return 
following
the last line of the script, it would give me an error like that.  Simply 
adding
one single carriage return is all it took to fix it.

--david