2

私はプログラミングに比較的慣れておらず、Wing101 バージョン: 5.0.0-b8 (rev 29847) を使用しています。Wing101 内の Python シェルはバージョン 2.7.2 です。Python 3.3.2 を開くように構成するにはどうすればよいですか。

Python 3.3.2 をダウンロードしましたが、カスタム Python Executable が必要です。以前、カスタム python 実行可能ファイルとして「/usr/bin/python」を試しましたが、うまくいきません。

私はMac 10.8.3を使用しています

4

1 に答える 1

1

The location of the python.exe for Python 3.3 can vary depending on how you installed it. Probably the best bet is to search w/ Spotlight for python.exe, press "Show All" in the drop down menu, change to "File Name" instead of "Contents" search and then click on results to see the full path at the bottom of the search results window. You'll get at least 2-3 results and the full path should make clear which is the correct one. Then enter that into Python Executable in the Configure Python dialog, accessed from the Source menu in Wing 101. You'll need to restart the Python Shell in Wing 101 from its Options menu before it switches to the new Python version.

于 2013-10-01T15:55:21.613 に答える