Whenever I try to open .pyc or .pyo files, I always get an error that says FAILED TO DECODE.
OS: Lion
Python: 3.0.1
I
‘m trying to open them in IDLE, it asks me what the current encoding of the file is, and pre-entered is us-ascii
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.
Those are compiled Python bytecode; they can be executed by the interpreter, but they are not human-readable or editable.