Share
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.
There’s no way to change where the .pyc files go. Python 3.2 implements the
__pycache__scheme whereby all the .pyc files go into a directory named__pycache__. Python 3.2 alpha 1 is available now if you really need to keep your directories clean.Until 3.2 is released, configure as many tools as you can to ignore the .pyc files.