Skip to content

Instantly share code, notes, and snippets.

@skahack
Created November 2, 2011 10:42
Show Gist options
  • Save skahack/1333371 to your computer and use it in GitHub Desktop.
Save skahack/1333371 to your computer and use it in GitHub Desktop.
Pythonインストールではまった

Pythonインストールではまった

背景

ImportError: No module named time

なぜかこんなエラーが

原因

インストールディレクトリの lib/python{VERSION}/lib-dynload が空になっている インストール元ディレクトリの build/lib.*/* をコピーして解決

根本原因は不明 make install の時にコピーしてくれていない

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment