[Pythonmac-SIG] bundled & shared library with python

Python Development dev_python at impactdev.com
Mon Jul 21 13:16:18 EDT 2003


Hi,

Has anyone taken an app (bundle, .nib, Localized.rsrc, ...) and invoke 
it from another app, such that it runs not as a different process from 
the calling program, but on a second thread in some sort of shared 
library in a two threaded app?

What I am trying to do is call a small program that handles a system 
status bar (NSStatusBar/NSStatusItem -- like the sound status menu) 
from within a program which is running two threads.  One thread is for 
python & modules, while the other thread is for this system status bar. 
  Obviously, I can get a python (& modules) and a system status bar app 
to run as two different processes and communicate between each other.  
In combining these two programs on two threads in one program, I hope 
to reduce possible problems.

Thank you in advance,

Randy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 900 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20030721/246774ea/attachment.bin


More information about the Pythonmac-SIG mailing list