Re: Microsoft Hatred FAQ

2005-10-15 Thread Drazen Gemic
I find this article very much off topic. Send that to some advocacy group, please. DG -- http://mail.python.org/mailman/listinfo/python-list

Re: A World Beyond Capitalism 2005, An Annual International Multiracial Alliance Building Peace Conference Is Accepting Proposals...

2005-06-22 Thread Drazen Gemic
Take your political propaganda somewhere else. DG -- http://mail.python.org/mailman/listinfo/python-list

Re: login website that using PHP

2005-06-20 Thread Drazen Gemic
On Sun, 19 Jun 2005 19:11:38 -0700, frost wrote: Hi, I am trying to login a website that using PHP and javascript. This is what happend if you browse that website using IE, after you login, you Browser remembers so called HTTP authorization header field. It sends authorization information

Re: Dealing with marketing types...

2005-06-11 Thread Drazen Gemic
On Fri, 10 Jun 2005 13:41:13 -0500, phil wrote: What experiences have those in the Python community had in these kinds of situations? Ive had lots of experience updating my resume and developing software at home. In Python. Java is a clumsy kludge. And the java environment has

Re: Dealing with marketing types...

2005-06-11 Thread Drazen Gemic
On Sat, 11 Jun 2005 11:51:02 -0500, tom wrote: The sequence goes like this: 1) When there is little or no money to be made, you start out with an implied status as a partner. This means you work long + extra hours for little pay on the promise that you will be rewarded when/if success comes.

Re: Is pyton for me?

2005-06-10 Thread Drazen Gemic
Honestly, I don't think that Python is for you. Python is an object programming language, and you are looking for simple automation tool, in order to avoid programming. If shell scripting is no good enough, try tcl. DG -- http://mail.python.org/mailman/listinfo/python-list

Re: Python DOM

2005-05-24 Thread Drazen Gemic
On Mon, 23 May 2005 22:37:09 -0700, [EMAIL PROTECTED] wrote: textNode = yourDocumentElement.createTextNode(the content) yourElement.appendChild(textNode) Thanks, it works, but 'yourDocumentElement' needs to be of type 'document'. The name leads to conclusion that it needs to be a root element

Python DOM

2005-05-23 Thread Drazen Gemic
Hi ! I need to create a XML document using DOM. How do I set the element value, after creating it with 'createElement' ? Documentation states that there is a 'read-only' 'nodeValue' variable. I don't know what means 'read-only variable' in Python, but the fact is that setting that variable does