Tandrin
25.05.2009, 14:54
Hi.
Die Linux Decoder Software otrdecoder-gui verwendet das popen2 Python-Modul, dass seit Python Version 2.6 als deprecated markiert ist. Zukünftige Pythonversionen werden das Modul nicht mehr enthalten.
$ ./otrdecoder-gui
./otrdecoder-gui:10: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
Beizeiten müsste man die Tools umschreiben.
Greets.
Die Linux Decoder Software otrdecoder-gui verwendet das popen2 Python-Modul, dass seit Python Version 2.6 als deprecated markiert ist. Zukünftige Pythonversionen werden das Modul nicht mehr enthalten.
$ ./otrdecoder-gui
./otrdecoder-gui:10: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
Beizeiten müsste man die Tools umschreiben.
Greets.