David Shi <[EMAIL PROTECTED]> wrote:
>
>Hello, there.I am using Python 2.5.  I used py_compile and made a .pyc
>file.

Just in case the advice from Terry was too subtle, I'd like to spell it
out.  Python scripts do not need to be compiled.  The interpreter runs the
.py file directly.

>However, it runs but never stops.

WHAT runs but never stops?  The script you attached certainly stops.  Post
your exact code, and we'll help you identify your infinite loop.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to