18
Comment installer à la fois Python 2.x et Python 3.x dans Windows
Je fais la plupart de ma programmation en Python 3.x sur Windows 7, mais maintenant je dois utiliser la bibliothèque d'imagerie Python (PIL), ImageMagick et wxPython, qui nécessitent tous Python 2.x. Puis-je avoir installé Python 2.x et Python 3.x dans Windows 7? Lorsque j'exécute un script, comment "choisir" quelle version …