Pause in a loop

Antti Kaihola akaihola at ambi-spam-me-not-tone.com
Tue Jul 22 06:25:58 EDT 2003


> Eval.py is imported in main.py, but I've a loop
> in eval.py that must call a function in main.py...

The obvious solution is to move that function into another module, which 
you import in both main.py and eval.py.

Not knowing the details, this might not suit to your case...





More information about the Python-list mailing list