Re: Newbie Question (real-time communication between apps: audio, 3d, PD, Blender)



In article <130r6df92n4rp04@xxxxxxxxxxxxxxxxxx>,
Grant Edwards <grante@xxxxxxxx> wrote:
On 2007-03-30, gregorywieber@xxxxxxxxx <gregorywieber@xxxxxxxxx> wrote:

I'm just beginning my exploration of Python and I have a rather
general question. If two particular programs have Python scripting
capabilities, does that mean those two programs can communicate in
real time through Python?

No.
.
.
.
No and yes. Two Python interpreters *can* communicate;
there are all sorts of possibilities, depending on what
one intends by "real-tine". I agree, of course, that
Python doesn't build in an explicit Python-specific IPC.
.



Relevant Pages

  • Re: Compiled C++ and Mysql codes run in python cgi script
    ... to communicate with MySQL. ... to communicate via this socket interface. ... It works in Solaris command line. ... the comipled codes work fine in wraped python file. ...
    (comp.lang.python)
  • Re: communicating with Java (from Python)
    ... > I want to communicate my Python application with the Java one. ... > Using Jython to be able to use pyro is not technically feasible. ... There was a thread to this topic a few weeks ago and XML-RPC came up ...
    (comp.lang.python)
  • Re: assignment expression peeve
    ... >> fails to communicate that a's value becomes the same as b's. ... especially when Python is concerned: Python assignment ...
    (comp.lang.python)
  • Exchanging data with a C program using shared memory (sysV IPC)
    ... I want my python application to communicate with an legacy C program which ... read/write data in a shared memory (Unix Sys V IPC). ... How would you solve this problem using python? ... Is there any reason there is no official shm for python? ...
    (comp.lang.python)
  • Re: GUIs: wxPython vs. Tkinter (and others)
    ... as usually you can communicate with GUI only from main ... With wxPython, PostEvent is ... with the GUI thread ... from any regular Python thread. ...
    (comp.lang.python)