Hi! Recently Ive become as a new member of this great community 
 
Well, yesterday I was using the AutoUpdater, and was working good, dling at 50kb/s. I had to close it, and after that, it wont works anymore.
On the report error I get this: 
Traceback (most recent call last):
  File "C:\Download\AutoUpdate\altbierbude_en.pyw", line 134, in <module>
    main()
  File "C:\Download\AutoUpdate\altbierbude_en.pyw", line 93, in main
    the_app.myconfig = GetAppConfig(source_url, config_filename)
  File "C:\Download\AutoUpdate\altbierbude_en.pyw", line 52, in GetAppConfig
    cfg_data = GetUrlData(url+filename)
  File "C:\Download\AutoUpdate\altbierbude_en.pyw", line 31, in GetUrlData
    url_handle = opener.open( url )
  File "C:\Python26\lib\urllib2.py", line 389, in open
    response = self._open(req, data)
  File "C:\Python26\lib\urllib2.py", line 407, in _open
    '_open', req)
  File "C:\Python26\lib\urllib2.py", line 367, in _call_chain
    result = func(*args)
  File "C:\Python26\lib\urllib2.py", line 1146, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "C:\Python26\lib\urllib2.py", line 1121, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 10061] No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión>
Well the error is "Errno 10061" and I dont really know which is the reason. Ive google it for a while and I didnt found any answer solving it.
Thanks for help!!