On Sat, 19 Nov 2011 15:32:18 -0600, nivashno wrote:
> I always thought that xml was very precisely split up into nodes,
> childnodes, etc, no matter what the whitespace between them was. But
> apparently not, or am I missing something?
XML allows mixed content (an element's children can be a mi
Hello I wish to inform the list of a Python Application I am writing
entitled Mii Chat.
What is Mii Chat you ask? It is an IP to IP or IP to Multiple IP
text/voice/video chat client written in Python
Currently the GUI is written in PyQT and could use a complete overhaul (in
progress)
There are a
I released Oktest.py 0.11.0.
http://pypi.python.org/pypi/Oktest/
http://packages.python.org/Oktest/
Oktest.py is a new-style testing library for Python.
::
from oktest import ok, NG
ok (x) > 0 # same as assertTrue(x > 0)
ok (s) == 'foo'# same as assertEqual
On Nov 17, 9:06 am, sword wrote:
> On Nov 16, 10:50 pm, Peter Otten <__pete...@web.de> wrote:
>
>
>
>
>
>
>
>
>
> > sword wrote:
> > > Thanks for your reply. I tried to edit the source a bit, now the
> > > main.py looks like this:
> > > #main.py
> > > importlogging
> > > fromloggingimport Filter
>
nivashno writes:
> I always thought that xml was very precisely split up into nodes,
> childnodes, etc, no matter what the whitespace between them was. But
> apparently not, or am I missing something?
The whitespace in your example becomes part of a data element.
--
http://mail.python.org/mail
On 11/19/2011 5:51 AM, Alec Taylor wrote:
Works fine for me from msi install on Windows 8 x64 Dev Preview
On Sat, Nov 19, 2011 at 5:06 AM, W. eWatson wrote:
Undoubtedly some of you have seen my post Both Python 2.5.2 and 2.7.2 flop
the same way under Win 7.
One thing I think no one has offere
On 11/19/2011 5:51 AM, Alec Taylor wrote:
Works fine for me from msi install on Windows 8 x64 Dev Preview
On Sat, Nov 19, 2011 at 5:06 AM, W. eWatson wrote:
Undoubtedly some of you have seen my post Both Python 2.5.2 and 2.7.2 flop
the same way under Win 7.
One thing I think no one has offere
On 11/19/2011 2:34 AM, Terry Reedy wrote:
On 11/18/2011 6:44 PM, Steven D'Aprano wrote:
On Fri, 18 Nov 2011 10:06:47 -0800, W. eWatson wrote:
Undoubtedly some of you have seen my post Both Python 2.5.2 and 2.7.2
flop the same way under Win 7.
One thing I think no one has offered is whether th
On 11/19/2011 2:39 AM, Terry Reedy wrote:
On 11/19/2011 12:03 AM, W. eWatson wrote:
I meant 3.2.2, not 3.3.2, sorry for typo.
* Python 3.2.2 Windows x86 MSI Installer (Windows binary -- does not
include source)
this is 32 bit. Note that your c: has /program files for 64 bit programs
and /pro
Works fine for me from msi install on Windows 8 x64 Dev Preview
On Sat, Nov 19, 2011 at 5:06 AM, W. eWatson wrote:
> Undoubtedly some of you have seen my post Both Python 2.5.2 and 2.7.2 flop
> the same way under Win 7.
>
> One thing I think no one has offered is whether their installation of 2.7
On 11/19/2011 12:03 AM, W. eWatson wrote:
I meant 3.2.2, not 3.3.2, sorry for typo.
* Python 3.2.2 Windows x86 MSI Installer (Windows binary -- does not
include source)
this is 32 bit. Note that your c: has /program files for 64 bit programs
and /program files(x86) for 32 bit programs. I kno
On 11/18/2011 6:44 PM, Steven D'Aprano wrote:
On Fri, 18 Nov 2011 10:06:47 -0800, W. eWatson wrote:
Undoubtedly some of you have seen my post Both Python 2.5.2 and 2.7.2
flop the same way under Win 7.
One thing I think no one has offered is whether their installation of
2.7.2 has the same IDLE
12 matches
Mail list logo