Recently I was told I should rebuild Python 2.7.2 in order to get the Python interpreter behaving correctly as it’s been acting strange lately.
If I rebuild Python will it break my Django installation and other eggs in the site-packages dir?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Django itself uses no C modules, so rebuilding Python will not affect it. Third-party apps that do have C modules may be affected though, so make sure to test them after rebuilding.