Page 1 of 1

how do I edit .pyc files?

Posted: Sat Dec 10, 2011 11:18 pm
by baseinstinct
I read Python files can be edited with PSPad - a vaery good editor I use for AutoHotKey.

But as I open the APc.pyc file, or others, I get rows of hexadecimal numbers. Do I need to decompile first? How?

Re: how do I edit .pyc files?

Posted: Sun Dec 11, 2011 6:46 pm
by oddstep
you do need to decompile pyc files. decompyle can be used. there are a number of online python decompilers available.