Issue 1539336: distutils example code missing imports (original) (raw)

Issue1539336

Created on 2006-08-12 22:30 by albertstrasheim, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29507 - (view) Author: Albert Strasheim (albertstrasheim) Date: 2006-08-12 22:30
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.
msg29508 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-08-13 00:21
Logged In: YES user_id=33168 Thanks! Committed revision 51240. Let us know if you find other places in the doc that are wrong.
History
Date User Action Args
2022-04-11 14:56:19 admin set github: 43813
2006-08-12 22:30:42 albertstrasheim create