Re: [Pythonmac-SIG] py2app -A and virtual environments

2018-09-28 Thread Joni Orponen
fix it. If I force this code path to be taken, I get an > AttributeError on sys.real_prefix, so I guess a bit more needs to be done. > Use py2app via setup.py. -- Joni Orponen ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.pyt

Re: [Pythonmac-SIG] Problem with pip

2018-01-18 Thread Joni Orponen
On Thu, Jan 18, 2018 at 5:05 PM, Karsten Wolf via Pythonmac-SIG < pythonmac-sig@python.org> wrote: > > > On 18.01.2018, at 14:58, Joni Orponen wrote: > > > > The offical CPython distributions seem to be compiled on 10.6 for > compatibility reasons. It is easi

Re: [Pythonmac-SIG] Problem with pip

2018-01-18 Thread Joni Orponen
e some newer syscall path you absolutely need to go through (for reasons of sandboxing requirements? a specification requirement for using getentropy()?) or what is the actual problem you are trying to fix here? -- Joni Orponen ___ Pythonmac-

Re: [Pythonmac-SIG] Working with ScriptingBridge

2017-07-13 Thread Joni Orponen
To answer myself, one just has to find the correct kind of an NSArray-ish with an .addObject_(foo) which will eat the proxied class instance in question. Just as the docs say. -- Joni Orponen ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org

[Pythonmac-SIG] Working with ScriptingBridge

2017-07-13 Thread Joni Orponen
t; apple_mail_message My understanding of what is going here is that interacting with it once makes it go away as its retain count is 0 in the Obj-C VM. The future object contains its properties in its repr(). >>> apple_mail_message >>> type(apple_mail_mes