[Python-de] threads
Gerhard Häring
haering_python at gmx.de
Sat Apr 27 19:40:34 EDT 2002
* Mark Zoeltsch <zoeltsch at mooniewar.de> [2002-04-27 16:45 +0200]:
> Hi
>
> Ich probier gerade mit threads herum und regelmaessig stuerzt
> Python ab (besser gesagt es friert total ein) nach dem dritten
> ausfuehren folgender Zeilen:
>
> import thread, time
> [...]
> meine Frage natuerlich: was mache ich falsch? [...]
Du verwendest thread, das low-level Modul. Verwende besser threading.
Gerhard
--
This sig powered by Python!
Außentemperatur in München: 10.2 °C Wind: 3.5 m/s
More information about the Python-de
mailing list