Freeing memory

Bengt Richter bokr at oz.net
Thu Apr 25 10:46:18 EDT 2002


On Thu, 25 Apr 2002 16:12:14 +0200, Siegfried Gonzi <siegfried.gonzi at kfunigraz.ac.at> wrote:
[...]
>I just start the script from the idle editor: 'Run script'.
>
>I even tried to use del(list1), del(list2),... but it won't help. I also
>write the results to a file (and not to the output screen) in order not
>to interference the calculation.
>
>After 4 simulations it comes to a crash.
>
What happens if you run it from a plain "DOS" console window (I am assuming
from your post header that you are running on NT?), typing

    python your_script.py arg1 arg2 ...

at the prompt?

Regards,
Bengt Richter



More information about the Python-list mailing list