Re: Newsgroup query

2007-06-12 Thread Jeff Rollin
In the last episode, on Tuesday 26 Sivan 5767 11:21, Marc 'BlackJack' Rintsch wrote: > In <[EMAIL PROTECTED]>, Jeff Rollin wrote: > >> Why do I not see my messages with attached files in the newsgroup, and is >> there any way to configure this? > > No,

Re: Accessing attributes

2007-06-12 Thread Jeff Rollin
In the last episode, on Tuesday 26 Sivan 5767 11:09, Marc Christiansen wrote: > > The indentation of __del__, say_hi and how_many is wrong. You define > them inside __init__. Move them to the same indentation level as > __init__ and all should work. Thanks very much. Jeff -- http://mail.pytho

Newsgroup query

2007-06-12 Thread Jeff Rollin
Hi. You may have just seen that I posted a more-or-less identical message to the group. This was because the message w/ the attached file didn't show up for me - but I also just got a reply which references the message with the attached file. Why do I not see my messages with attached files in th

Accessing attributes?

2007-06-12 Thread Jeff Rollin
Hi there. I'm working with the Python Tutorial "Byte of Python" at swaroopch.info. I have created the following file: #!/usr/bin/env python # Filename: objvar.py class Person: """Represents a person.""" population

Accessing attributes

2007-06-12 Thread Jeff Rollin
Hi there. I'm working with the Python Tutorial "Byte of Python" at swaroopch.info. I have created the attached file, but when I execute: % objvar.py I get the error message: (Initializing Calamity Jane) Traceback (most recent call last): File "/home/jef/bin/objvar.py", line 49, in Perso