Re: Why is there no functional xml?

2018-01-21 Thread Rustom Mody
On Sunday, January 21, 2018 at 4:51:34 PM UTC+5:30, Peter Otten wrote: > Rustom Mody wrote: > > > Looking around for how to create (l)xml one sees typical tutorials like > > this: > > > > https://www.blog.pythonlibrary.org/2013/04/30/python-101-intro-to-xml-parsing-with-elementtree/ > > > > > >

Re: Can't get python running

2018-01-21 Thread bartc
On 21/01/2018 01:52, Chris Angelico wrote: On Sun, Jan 21, 2018 at 12:40 PM, bartc wrote: Get it working anywhere first to find out what the problem is. Get it working in the default location before you change things. The %PATH% environment variable exists to save you from typing seven lev

Re: Can't get python running

2018-01-21 Thread Thomas Jollans
On 21/01/18 02:52, Chris Angelico wrote: > On Sun, Jan 21, 2018 at 12:40 PM, bartc wrote: >> On 21/01/2018 01:21, Chris Angelico wrote: >>> >>> On Sun, Jan 21, 2018 at 12:08 PM, bartc wrote: On 20/01/2018 17:16, Jim Sadler wrote: > > > I downloaded python 3.6.4 and although

Re: Why is there no functional xml?

2018-01-21 Thread Peter Otten
Rustom Mody wrote: > Looking around for how to create (l)xml one sees typical tutorials like > this: > > https://www.blog.pythonlibrary.org/2013/04/30/python-101-intro-to-xml-parsing-with-elementtree/ > > > > Given the requirement to build up this xml: > > > 1181251680 >

Re: Can't get python running

2018-01-21 Thread Paul Moore
On 21 January 2018 at 01:53, Chris Angelico wrote: > On Sun, Jan 21, 2018 at 12:46 PM, Steven D'Aprano > wrote: >> On Sun, 21 Jan 2018 12:21:40 +1100, Chris Angelico wrote: >> >>> Jim, let the installer put it where it wants to, and make sure you've >>> added it to PATH. Then you should be able t

Re: How to use asyncore with SSL?

2018-01-21 Thread Marko Rauhamaa
Grant Edwards : > On 2018-01-20, Marko Rauhamaa wrote: >> Also, a subsidiary thread is not necessary. Everything can be done >> within an async framework (in C anyway). > > Of course it can. But (ISTM) either the async framework has to be > SSL-aware, or the sockets have to be wrapped and "proxie