Re: Calling Python from Python and .pyc problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Roberts

    Re: Calling Python from Python and .pyc problem

    David Shi <davidgshi@yaho o.co.ukwrote:
    >
    >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, timr@probo.com
    Providenza & Boekelheide, Inc.
Working...