[Tutor] "Decompile" pyc file

Bernard Lebel 3dbernard at gmail.com
Thu Oct 20 14:58:18 CEST 2005


Sorry for the late reply.

Thanks a lot Kent, that was really helpful.


Bernard



On 10/14/05, Kent Johnson <kent37 at tds.net> wrote:
> Bernard Lebel wrote:
> > Hello,
> >
> > Is there a way to "decompile" a pyc file? I have a big problem where
> > the py file was lost, but the pyc file is instact. I would need to
> > extract the source code from the pyc file.
>
> Google 'python decompiler'
>
> try http://www.freshports.org/devel/decompyle/
> or the commercial service at http://www.crazy-compilers.com/decompyle/
>
> Kent
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>


More information about the Tutor mailing list