[issue27682] Windows Error 10053, ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

2016-08-04 Thread Sushant
Sushant added the comment: The CSV is around 75 MB, not that big I guess. And I've tried Chrome, Edge and Firefox -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27682] Windows Error 10053, ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

2016-08-04 Thread Sushant
Sushant added the comment: Also, since I re-installed everything, I got python 3.5 too -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27682] Windows Error 10053, ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

2016-08-04 Thread Sushant
Sushant added the comment: There have been a few times when this code ran perfectly fine, without any errors whatsoever. So the structure is like this- This code reads a csv, processes it and save it in a model- class Endday(models.Model): company = models.TextField(null=True) eop

[issue27682] Windows Error 10053, ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

2016-08-04 Thread Sushant
Sushant added the comment: The code is actually quite simple, I'll post it over here- def import_eop(request): with open('C:/Users/sg/Desktop/projects/drfapi/venv/drf/prices_companies_indices_transpose.csv') as f: contents = f.readlines() dates = contents[0] dates = dates.split

[issue27682] Windows Error 10053, ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

2016-08-04 Thread Sushant
Changes by Sushant <sushant_gah...@yahoo.com>: -- nosy: +asvetlov, kristjan.jonsson, pje, steve.dower, tim.golden -SG ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27682] Windows Error 10053, ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

2016-08-04 Thread Sushant
New submission from Sushant: While saving, this error shows up and is whatever is saving gets saved twice- Traceback (most recent call last): File "C:\Users\Sushant Gahlot\AppData\Local\Programs\Python\Python35-32\lib\wsgiref\handlers.py", line 138, in run self.finish_respons