Re: begging for a tree implementation

2006-04-27 Thread DogWalker
Micah wrote: > I'm looking for a simple tree implementation: 0-n children, 1 root. > All the nice methods would be appreciated (getLeaves, isLeaf, isRoot, > depthfirst, breadthfirst,...) That's really all I need. I could code > one up, but it would take time to debug, and i'm really short on tim

Re: webbrowser failing

2005-09-26 Thread DogWalker
"Thomas Thomas" <[EMAIL PROTECTED]> said: >Hi All, > >import webbrowser >url='http://www.cnn.com' >webbrowser.open(url) > >giving the error > >Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32 >Type "help", "copyright", "credits" or "license" for more information.

Re: Python executable

2005-09-05 Thread DogWalker
"presentt" <[EMAIL PROTECTED]> said: >Hello, > >I'm running Ubuntu Linux 5.04. > >I just started teaching myself Python today, and have been reading a >few things to get started. I came across something in one (namely >http://docs.python.org/tut/node4.html#SECTION00422) >that conf

Re: IPython colors in windows

2005-02-03 Thread DogWalker
"Ashot" <[EMAIL PROTECTED]> said: >On 3 Feb 2005 19:18:33 -0800, James <[EMAIL PROTECTED]> wrote: > >> >> Ashot wrote: >>> I am using IPython in windows and the LightBG setting doesn't >> correctly >>> because the background of the text is black even if the console >> background >>> is white. Any

Re: variable declaration

2005-01-31 Thread DogWalker
"EP" <[EMAIL PROTECTED]> said: >> Original Message >> From: [EMAIL PROTECTED] (Alexander Zatvornitskiy) > >> >> Hello All! >> >> I'am novice in python, and I find one very bad thing (from my point of >> view) in >> language. There is no keyword or syntax to declare variab

Re: Python.org, Website of Satan

2005-01-11 Thread DogWalker
"Luis M. Gonzalez" <[EMAIL PROTECTED]> said: >[EMAIL PROTECTED] wrote: >> python.org = 194.109.137.226 >> >> 194 + 109 + 137 + 226 = 666 >> >> What is this website with such a demonic name and IP address? What >> evils are the programmers who use this language up to? >You dared to unveil our secr

Re: A beginner's problem...

2004-12-15 Thread DogWalker
"Marc 'BlackJack' Rintsch" <[EMAIL PROTECTED]> said: >In <[EMAIL PROTECTED]>, Amir Dekel wrote: > >> When I import a module I have wrote, and then I find bugs, it seems that >> I can't import it again after a fix it. It always shows the same >> problem. I try del module but it doesn't work. >> (