On 1/22/17 6:13 PM, Pascal Oberndörfer wrote:
I have been using Build Applet quite extensively in the past. I now
wanted to use them with 2.7.13, but if I actually build the Applet --
even for the simplest script -- the resulting Applet will not start. All
I see is an entry in the system.log saying: "<date> <time>
com.apple.xpc.launchd[1]: (logging2.257336[4974]) Service exited with
abnormal code: 1".


I can't speak to the specific error you are seeing, but I don't think Build Applet has been maintained for years--it's a legacy tool that certainly isn't part of Python 3x and probably won't even run in 64-bit Python 2.7.x, as it depends on the deprecated (32-bit only) Carbon modules. Is there any reason you can't move to a more modern bundling tool like py2app, which is actively developed and certainly is more robust than Build Applet? (I say this as one who used Build Applet back in the day, but it's probably been 10 years).

--Kevin

--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to