On Monday 29 August 2011 07:17:51 Han Guanghua wrote:
> 2. Second question: When I changed the os.getpid() to os.getppid() or
> self. _pid, the Python’s interpreter generates some error message like
> “Customer object has no attribute ‘_pid’”.
>
>
I'm very much a beginner myself, but I am sure
Hello,
1. When I tried to run the following code (belonging to one Python
program), for the dynamically created object of CUSTOMER as Process type,
the printed PID as the following is always the same.
Why?
2. Second question: When I changed the os.getpid() to os.getppid() or se