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,
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
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
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
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