Problem in Handling MySql Data.

Chris Angelico rosuav at gmail.com
Sat May 2 07:05:39 EDT 2015


On Sat, May 2, 2015 at 8:42 PM,  <subhabrata.banerji at 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



More information about the Python-list mailing list