> On 15.03.2020, at 22:04, Christopher Barker <python...@gmail.com> wrote:
> 
> On Sun, Mar 15, 2020 at 4:39 AM Ronald Oussoren <ronaldousso...@mac.com> 
> wrote:
> AFAIK the only difference for this discussion is the “Python.app” trick, and 
> that can be accomplished outside of a framework build as well (but currently 
> is not). 
> 
> Two other differences:
> - A framework build is easier to integrate into applications that are built 
> using Xcode (just drop the framework into list of used frameworks)
> When would that come into play? If you are developing an application that 
> embeds the python interpreter? OR if you are using XCode as your IDE for 
> developing a Python App?
>  
I’m using that in my app (written in ObjectiveC) to be able to run python 
scripts inside the app and to load plugins that are written in python but don’t 
bring there own python interpreter.

Best
Georg Seifert

_______________________________________________
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