ActivePython-2.7.2.5-win32-x86 をダウンロードし、ドキュメントの指示に従ってソフトウェアをインストールしました。しかし、pypm はまったく機能していません。ドキュメントから、Python を正常にインストールした後、IDLE (Python GUI) でこのコードが必要であると信じていました。
C:\> pypm install pandas
パッケージをインストールしてロードします。ただし、次のように構文エラーが発生し続けました
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> C:\> pypm install pyramid
SyntaxError: invalid syntax
同じコードを実行しようとすると、同じエラー メッセージが表示されます。
C:\> pypm install pandas
以下のようにPythonインタラクティブシェルで:
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> C:\> pypm install pyramid
File "<stadin>", line 1
C:\> pypm install pyramid
^
SyntaxError: invalid syntax
Python Package Manager (PyPM) を開いて、何か問題があるかどうかを確認しようとしました。PyPM ウィンドウで以下の行を見つけました。
'pypm' is not recognized as an internal or external command,
operable program or hatch file.
C:\windows\system32>
どこが間違っていたのか本当にわかりません.ActivePython 2.7.2.5をアンインストールして再インストールしようと何度か試みましたが、それでも同じエラーメッセージが表示されます.
入力するだけで
pypm install pandas
以下のようにPythonインタラクティブシェルで:
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> pypm install pyramid
File "<stadin>", line 1
pypm install pyramid
^
SyntaxError: invalid syntax
それでも同じエラーメッセージです。
ActivePython 2.7.2.5 をアンインストールして再インストールしようと何度か試みましたが、それでも同じエラー メッセージが表示されます。Windows 7 オペレーティング システムを使用しています。