摘要: 本来用Windows+py2exe+urllib,程序跑得好好的。因为业务需要得改为windows服务。碰到了不少问题,非本篇所谈,有兴趣的可参考http://www.cnblogs.com/Amagasaki/p/3586152.html一番修改,安装好服务后,出现了"Errno Socket 10060”。网上有说是代理原因:http://stackoverflow.com/questions/5620263/using-an-http-proxy-python可偶有没有用代理,而且测试也没问题,见下:import urllibf = urllib.urlopen('ht 阅读全文
posted @ 2014-03-31 16:42 土豆饼 阅读(480) 评论(0) 推荐(0)