newbie: cannot import name error

David Bolen db3l at fitlinxx.com
Fri Sep 7 20:32:41 EDT 2001


Peter Hansen <peter at engcorp.com> writes:

> While that is quite true, I thought we were talking about 
> Python extensions, not C extensions.  Whatever...

Reasonably synonymous, since most Python extensions are written in C
(or C++).  If you're talking about Python source, typical convention
would be to classify that as a module or package, not an "extension".

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list