|
Re: Optional BSD package is required for (useable) Python?: msg#00043python.apple
On May 11, 2004, at 3:12 PM, Chris Barker wrote:
For an application actually embedding Python, you don't ever use the executable, just the framework. Bundlebuilder2, as-is, does not embed Python, because it does not have an executable stub (just scripts). PyMacApp and the PyObjC Xcode template (they are indistinguishable) does. B) your installer could install a /usr/bin/python2.3 symlink. That's probably a bad idea. There are two problems you can have. You can't link to the framework properly (boom! link error), or the Python code doesn't work. My executable stub handles both of these situations elegantly and anyone who cares should take a look at it. If your software is not Python based but uses Python (I believe Glenn is in this camp), then you can just as easily rip code out of my executable stub and use it in your own program. I don't care, and the license permits. -bob _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@xxxxxxxxxx http://mail.python.org/mailman/listinfo/pythonmac-sig |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Optional BSD package is required for (useable) Python?: 00043, Bob Ippolito |
|---|---|
| Next by Date: | Re: Optional BSD package is required for (useable) Python?: 00043, Chris Barker |
| Previous by Thread: | Re: Optional BSD package is required for (useable) Python?i: 00043, Bob Ippolito |
| Next by Thread: | Re: Optional BSD package is required for (useable) Python?: 00043, Chris Barker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |