0

最近、SimpleCV1.3にアップデートしました。例を実行しようとすると、次のようになります。

objc[92210]: Class SDLTranslatorResponder is implemented in both /Library/Frameworks/SDL.framework/Versions/A/SDL and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined.
objc[92210]: Class SDL_QuartzWindow is implemented in both /Library/Frameworks/SDL.framework/Versions/A/SDL and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined.
objc[92210]: Class SDL_QuartzWindowDelegate is implemented in both /Library/Frameworks/SDL.framework/Versions/A/SDL and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined.
objc[92210]: Class SDL_QuartzView is implemented in both /Library/Frameworks/SDL.framework/Versions/A/SDL and /usr/local/lib/libSDL-1.2.0.dylib. One of the two will be used. Which one is undefined.

WARNING: You need the python image library to save by filehandle
WARNING: You need the python image library to save by filehandle
WARNING: You need the python image library to save by filehandle

これが以前のpygameのインストールに関連していることを考えると、古いpygameフォルダーを削除すると(それらはほとんどありません)、「ImportError:pygameという名前のモジュールがありません」というエラーが表示されます。

どうすればこれを取り除くことができますか?これは明日の夜まで気をつけなければならないことです。

4

1 に答える 1

0

ImportError は、正しいフォルダーがPYTHONPATH環境変数にないことを意味します。

于 2012-10-07T02:54:26.190 に答える