[Pythonmac-SIG] BuildApplication bug??

Just van Rossum just@letterror.com
Wed, 30 Jun 1999 21:36:47 +0200


At 8:56 PM +0200 6/30/99, Pieter Claerhout wrote:
>Hello,
>
>I think I have found a bug in the BuildApplication applet.
>I made a Python applet with a custom creator (defined in
>a ResEdit file). The strange thing is that when I do a
>BuildApplet, the applet automatically has the correct
>type and creator, but not when I do a BuildApplication.
>
>Does anyone experienced the same problem?

Yes, but only recently. I've fixed it for the next release. You can patch
it yourself by removing these two lines from :Mac:Tools:macgen_bin.py
(around line 80)
< 	fss = macfs.FSSpec(output)
< 	fss.SetCreatorType('Pyta', 'APPL')

Just