Da hat wirklich was gestottert:
DeprecationWarning: The popen2 module is deprecated. Use the subprocess module
Aber ich habe jetzt das Modul subprocess gefunden.
Nur ist mir das error-Handling noch nicht ganz klar.
Gibt es das irgendwo Beispiele?
Nur die Version python 2.6.1 scheint bei opensuse ...
Die Suche ergab 2 Treffer
- Dienstag 24. März 2009, 21:02
- Forum: Installation/Konfigurieren
- Thema: SuSu 11.1 und Python
- Antworten: 10
- Zugriffe: 4687
- Dienstag 24. März 2009, 17:33
- Forum: Installation/Konfigurieren
- Thema: SuSu 11.1 und Python
- Antworten: 10
- Zugriffe: 4687
python auf suse 11.1 /A64
Ich habe auch ein Problem mit python 2.6:
Python 2.6 (r26:66714, Feb 3 2009, 20:49:49)
wenn ich:
import popen2
mache, kommt die Meldung:
DepreDeprecationWarning: The popen2 module is deprecated. Use the subprocess module
In einem Debian-Forum habe ich gelesen, dass das Problem behoben wurde.
Wie ...
Python 2.6 (r26:66714, Feb 3 2009, 20:49:49)
wenn ich:
import popen2
mache, kommt die Meldung:
DepreDeprecationWarning: The popen2 module is deprecated. Use the subprocess module
In einem Debian-Forum habe ich gelesen, dass das Problem behoben wurde.
Wie ...
