Re: [Pythonmac-SIG] OS X compatibility of Appscript

2010-11-20 Thread Erik van Blokland
On Nov 19, 2010, at 11:47 PM, Mark Johannessen wrote: > I think I've tracked down this error to the use of a python Appscript call: > > The process has forked and you cannot use this CoreFoundation > functionality safely. You MUST exec(). > Break on > __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE

[Pythonmac-SIG] OS X compatibility of Appscript

2010-11-19 Thread Mark Johannessen
I think I've tracked down this error to the use of a python Appscript call: The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec(). Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. Th