Python ImportError cannot import urandom Since Ubuntu 12.04 upgrade

后端 未结 5 1089
感情败类
感情败类 2020-12-08 00:01

Upgraded Ubuntu to Precise Pangolin (12.04), and Python\'s Random is now broken... I suspect other things might be broken too. How do I fix Python?

    File          


        
5条回答
  •  情话喂你
    2020-12-08 00:59

    I was getting this same error and fixed it by just re-running virtualenv (e.g., virtualenv --no-site-packages ~/venv/myvirtualenv/).

提交回复
热议问题