Re: parsing XML

2010-05-15 Thread Pietro Campesato
On May 14, 7:57 am, "kak...@gmail.com" wrote: > Hi to all, let's say we have the following Xml > >   >     17.1 >     6.4 >   >   >     15.5 >     7.8 >   > > > How can i get the players name, age and height? > DOM or SAX and how > > Thanks > Antonis I've found some code which converts an X

Re: Where is python31.dll?

2010-05-06 Thread Pietro Campesato
Dave Angel wrote: > "visually"? Lots of possibilities there. And if you're not sure, you > need to get familiar with Windows quirks. > > IF you're using Explorer, there are a few ways you could miss a single > file out of thousands. > > Simplest is that the listing is not necessarily completely

Re: Where is python31.dll?

2010-05-05 Thread Pietro Campesato
> Your windows search command? > Which is how I verified the above. I looked at the folder visually. Simply using os.listdir shows there is in fact a python31.dll there: somehow it was an invisible file. This is strange since I've never touched any system folder. Thanks and forgive me if I have as

Where is python31.dll?

2010-05-05 Thread Pietro Campesato
Hi, recently I've been wondering how to roll my own portable python 3.1 (since there seems to be no portable app specifically for this version). Thinking you can just copy your install folder (+ python's dll), I've noticed that there seems to be no python31.dll in my systems folder (c:\windows\syst

Re: Python vs. Lisp -- please explain

2006-02-21 Thread Pietro Campesato
> As they say, case is the difference between "I helped my > Uncle Jack off a horse" and "I helped my uncle jack off a horse." Hahaha!... never heard of that though -- http://mail.python.org/mailman/listinfo/python-list

Re: Evil, evil wxPython (and a glimmer of hope)

2006-02-17 Thread Pietro Campesato
As you just said, wxPython is "...(a simple wrapper for a C++ toolkit)": it is oriented toward the C++ style/mindset. -- http://mail.python.org/mailman/listinfo/python-list

Re: A Moronicity of Guido van Rossum

2005-09-30 Thread Pietro Campesato
Jorge Godoy wrote: > His intent was never to convince people or pass information. On comp.lang.lisp Xah Lee is a well known troll... don't feed him :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Friend wants to learn python

2005-07-23 Thread Pietro Campesato
Maybe diveintopython.org can help -- http://mail.python.org/mailman/listinfo/python-list