You'll have to RTFM on a per-application basis. This doesn't have much to do with PyObjC.

OK, that's what I was afraid of. Thanks!

pyject <http://svn.red-bean.com/bob/pyject/trunk/> works with this by starting a new thread in an arbitrary pid that loads some plugin using mach_inject. The intended use is to load a py2app-built plugin, which will run whatever module level code is in your main script. I wouldn't recommend it for production use, but it could be used for a lot of interesting things from a software developer's perspective.

What would be an example use?

--Dethe

"Say what you like about C++, but it's uninitialized variables will always
hold a special place in my heart. In a world where we define *everything*
concretely it is the last refuge of the undefined. It's the programmer's
Wild West, the untamed frontier." --Bjorn Stroustrap

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to