[ python-Bugs-1539336 ] distutils example code missing imports

SourceForge.net noreply at sourceforge.net
Sun Aug 13 00:30:42 CEST 2006


Bugs item #1539336, was opened at 2006-08-13 00:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1539336&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Albert Strasheim (albertstrasheim)
Assigned to: Nobody/Anonymous (nobody)
Summary: distutils example code missing imports

Initial Comment:
The example code in the "Single extension module"
section of "Distributing Python Modules" is missing
some imports.

Both examples should import Extension in addition to
setup. Otherwise, the following error results when the
examples are executed:

NameError: name 'Extension' is not defined

There might be similar issues elsewhere in the
documentation.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1539336&group_id=5470


More information about the Python-bugs-list mailing list