Hi there.
i am quite new here and i am tryig to download all the staff form bude.
i have followed the instruction
http://www.weissbierbude.de/component/option,com_remository/Itemid,26/func,fileinfo/id,1003/lang,en/, so i did instal Python-Interpreter than the wxPython but after i try to open weissbierbude_de.pyw all what i get is this message:
Traceback (most recent call last):
File "D:\weissbierbude_client\weissbierbude_en.pyw", line 134, in <module>
main()
File "D:\weissbierbude_client\weissbierbude_en.pyw", line 93, in main
the_app.myconfig = GetAppConfig(source_url, config_filename)
File "D:\weissbierbude_client\weissbierbude_en.pyw", line 52, in GetAppConfig
cfg_data = GetUrlData(url+filename)
File "D:\weissbierbude_client\weissbierbude_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 10054] An existing connection was forcibly closed by the remote host>
i uninstalled and install everthing few times but i get always this message. any ideas?