[Tutor] cvxopt install problem

2015-11-04 Thread Ek Esawi
Hi All-- I posted this question to another group but have not gotten any input. I needed to install cvxopt on a 64 bit W7. I found out that cvxopt is incompatible with a 64 bit. It only compatible with a 32 bit which can be installed on a 64 bit computer and it works. I stumbled on this on ano

Re: [Tutor] parsing xml as lines

2015-11-04 Thread Peter Otten
richard kappler wrote: > I have an xml file that get's written to as events occur. Each event > writes a new 'line' of xml to the file, in a specific format, eg: > sometthing like this: > > http://www.w3.org/2001/XMLSchema-instance"; > xsi:noNamespaceSchemaLocation="Logging.xsd" version="1.0"> h

[Tutor] parsing xml as lines

2015-11-04 Thread richard kappler
I have an xml file that get's written to as events occur. Each event writes a new 'line' of xml to the file, in a specific format, eg: sometthing like this: http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="Logging.xsd" version="1.0">somestuff and each 'line' has that sam