Suggestions for good programming practices?
Bjorn Pettersen
BPettersen at NAREX.com
Tue Jun 25 12:53:44 EDT 2002
More information about the Python-list mailing list
Tue Jun 25 12:53:44 EDT 2002
- Previous message (by thread): Suggestions for good programming practices?
- Next message (by thread): Suggestions for good programming practices?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): Suggestions for good programming practices?
- Next message (by thread): Suggestions for good programming practices?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list