I saw a demo of a byte code disassembler once.  It won't get you the
source code back, but you could conceivably construct equivalent from
it.  You can, for example, see what it's calling, and sketch out the
contiditionals and any loops.  You could google for it, or ask on the
python tutor mailing list.

On Thu, Dec 17, 2009 at 2:19 PM, Andrew <andrew.penr...@gmail.com> wrote:
> Hi guys,
> Ok...firstly me bad ... I didn't check into my source control which
> was stupid. So if I can close that book ;-)
>
> I am looking for a decompiler for my views.pyc ... Im using django
> 1.1.1 and python 2.6.2 ... I have tried UnPyc but fails.
>
> Has anyone successfully found a 2.6 decompiler ?
>
> Thanks
> Andrew
> ( desperate to get my ...eeek...days back )
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to