how do I edit .pyc files?

UHE is now closed. For Technical Support from Ableton, please go here: http://www.ableton.com/support
Locked
baseinstinct
Posts: 942
Joined: Sun Feb 24, 2008 3:45 am

how do I edit .pyc files?

Post by baseinstinct » Sat Dec 10, 2011 11:18 pm

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?

oddstep
Posts: 1732
Joined: Tue Feb 12, 2008 9:47 pm
Location: Plymouth the great

Re: how do I edit .pyc files?

Post by oddstep » Sun Dec 11, 2011 6:46 pm

you do need to decompile pyc files. decompyle can be used. there are a number of online python decompilers available.

Locked