Suggestions for good programming practices?

Aahz aahz at pythoncraft.com
Tue Jun 25 12:26:38 EDT 2002


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/.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Project Vote Smart: http://www.vote-smart.org/



More information about the Python-list mailing list