Re: Retreiving objects from other processes

2008-02-06 Thread Diez B. Roggisch
Natan Yellin wrote: > Hello, > Sorry if this is a stupid question... I have some experience with C > but very little with Python. > I'd like to have one python program retrieve a reference or copy of an > object from another python process on the same computer. I know I can > use RPyC, but that se

Retreiving objects from other processes

2008-02-06 Thread Natan Yellin
Hello, Sorry if this is a stupid question... I have some experience with C but very little with Python. I'd like to have one python program retrieve a reference or copy of an object from another python process on the same computer. I know I can use RPyC, but that seems like overkill. Is there simpl