.pyc keeps running and never stops

2008-11-07 Thread Shao
Dear All, I am using Python 2.5 and used py_compile to produce a .pyc file. The script runs well. However, the .pyc keeps running and never stops. Advices will be deeply appreciated. Regards. David -- http://mail.python.org/mailman/listinfo/python-list

Re: .pyc keeps running and never stops

2008-11-07 Thread Tim Couper
On Nov 7, 10:40 am, Shao [EMAIL PROTECTED] wrote: Dear All, I am using Python 2.5 and used py_compile to produce a .pyc file.  The script runs well.  However, the .pyc keeps running and never stops. Advices will be deeply appreciated. Regards. David perhaps you should include the source

Re: .pyc keeps running and never stops

2008-11-07 Thread Terry Reedy
Shao wrote: Dear All, I am using Python 2.5 and used py_compile to produce a .pyc file. The script runs well. However, the .pyc keeps running and never stops. Advices will be deeply appreciated. You have either an infinite loop or a computation that runs longer than your patience. If I

.pyc keeps running and never stops

2008-11-06 Thread David Shi
Dear All,   I am using Python 2.5 and used py_compile to produce a .pyc file.  The script runs well.  However, the .pyc keeps running and never stops.   Advices will be deeply appreciated.   Regards.   David -- http://mail.python.org/mailman/listinfo/python-list