Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3122
| From | Andrea Crotti <andrea.crotti.0@gmail.com> |
|---|---|
| Subject | Re: file deleted |
| References | <49bef492-1f49-4707-a6a4-bddb275270a6@t16g2000vbi.googlegroups.com> |
| Date | 2011-04-13 12:30 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.309.1302690650.9059.python-list@python.org> (permalink) |
luca72 <lucaberto@libero.it> writes: > hello i'm working with eric, running a program eric crash and when i > try to open my project again with eric i see that myproject.py is > deleted, but my project is still running there is a way to find > myprogram.py file aving it in execution? It's more about your operating system than python the question. Anyway you should use an SCM like git/subversion/whatever and then you'll not worry anymore to lose files. If you delete it by mistake you just revert it from the history in that case.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
file deleted luca72 <lucaberto@libero.it> - 2011-04-13 01:13 -0700 Re: file deleted Andrea Crotti <andrea.crotti.0@gmail.com> - 2011-04-13 12:30 +0200
csiph-web