Suggestions for good programming practices?

Bjorn Pettersen BPettersen at NAREX.com
Tue Jun 25 12:53:44 EDT 2002


> From: Aahz [mailto:aahz at pythoncraft.com] 
> 
> In article <hd_R8.306964$352.31513 at sccrnsc02>,
> Emile van Sebille <emile at fenx.com> wrote:
> >Aahz
> >> In Python 2.1.2 or higher, fire up the interactive interpreter and 
> >> type "import this".
> >
> >Except ActiveState's
> >
> >F:\Python22as>python
> >Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] 
> on win32 
> >Type "help", "copyright", "credits" or "license" for more 
> information.
> >>>> import this
> >Traceback (most recent call last):
> >  File "<stdin>", line 1, in ?
> >ImportError: No module named this
> 
> Interesting.  That's an ActiveState bug, pure and simple; 
> this.py is a normal module in Lib/.

It's been fixed in the latest version.

-- bjorn





More information about the Python-list mailing list