LoginSignup
0

More than 5 years have passed since last update.

PYTHON2.764bit版

Posted at

今までpython.2.7.11の32bit版を使用していたのですが、メモリが2Gまで(?)しか使えないとのことでしたので、64bit版への変更を試みました。
python 2.7.13 のwindows64bit版をインストールし、試しにIDLEを起動したのですが、起動しません。作成したスクリプトを実行しても、一瞬コマンドプロンプトが立ち上がるだけで、実行されている気配がありません。どういったことが問題なのでしょうか?

IDLEが起動しない
作成したスクリプトを実行しても、一瞬コマンドプロンプトが立ち上がるだけで、実行されている気配がない
コマンドプロンプトでpythonと打つとPython2.7.13が正常に起動する
コマンドプロンプトからpythonと入力するとPython 2.7.13 (......) [MSC v.1500 64 bit (AMD64)] om win32 と表示される。
print "hello"とだけ書いてあるhello.pyに対し、コマンドプロンプトでpython hello.pyと打ったら、SyntaxError: invalid syntaxと表示される

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0