2009/12/17 Andrew <andrew.penr...@gmail.com>: > Thanks guys for all the comments....Im on ubuntu on eclipse and there > was no local history alas.... > > Thems the breaks when you omit to submit ;-) ... to source control... > > I used UnPyc to disassemble the .pyc and I am now rewriting the python > using the assembly as a guide. Good think I did mainframe ibm system > 390 all those years ago... > > Haven't been this hardcore in years.... ;-) >
Did you tried photorec[0] of testdisk's[1] suite? It can actually recover deleted files from your filesystem. The good news is that it is free software and AFAIK is in the Ubuntu repository. sudo aptitude install testdisk. [0] http://www.cgsecurity.org/wiki/PhotoRec [1] http://www.cgsecurity.org/wiki/TestDisk I recovered an emacs lisp file I was working on not much time ago. I'd recommend you to filter the files to recover to .txt files only. The bad news is that it dont recover file names, but that's nothing a 'grep -R -i "some_view_name" .' cannot solve. Regards, -- Fabián E. Gallina http://www.from-the-cloud.com -- 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.