[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

[Pythonmac-SIG] Searchable digest for this list?

2010-11-11 Thread Mark Johannessen
Is there a searchable digest for this list? I'm looking to resolve the following error which seems to be tied to appscript: Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug. Mark J ___