Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89761
| References | <b8422ad3-e9e4-475c-9545-403fc41b9e74@googlegroups.com> |
|---|---|
| Date | 2015-05-02 21:05 +1000 |
| Subject | Re: Problem in Handling MySql Data. |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8.1430564741.12865.python-list@python.org> (permalink) |
On Sat, May 2, 2015 at 8:42 PM, <subhabrata.banerji@gmail.com> wrote: > Dear Group, > > I am trying to write the following script to call around 0.3 million files from a remote server. > It is generally working fine, but could work only upto 65 to 70 files. After this, it is just > printing the file names and not processing anything. If anyone may kindly suggest what I am > doing wrong? > > except: > print "OOPS1" Get rid of these lines (and the similar ones elsewhere), then run the script again. You'll get a useful error message, most likely. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Problem in Handling MySql Data. subhabrata.banerji@gmail.com - 2015-05-02 03:42 -0700 Re: Problem in Handling MySql Data. Chris Angelico <rosuav@gmail.com> - 2015-05-02 21:05 +1000
csiph-web