newbie: cannot import name error

Peter Hansen peter at engcorp.com
Fri Sep 7 14:38:24 EDT 2001


Alex Martelli wrote:
> 
> "Peter Hansen" <peter at engcorp.com> wrote in message
> news:3B98D4F6.445C1525 at engcorp.com...
>     ...
> > On the other hand, you're trying to do something I've _never_
> > needed to do yet, after almost two years with Python.  Any time
> > (to date) I've needed to install an extension, I've been okay
> > with just copying it to the python/lib folder, or with adding
> 
> Then maybe you use a platform for which precompiled C extensions
> are easier to come by than for Solaris, and have never needed to
> build your own (because the distutils are the easiest way to
> build C extensions anyway).

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

-- 
----------------------
Peter Hansen, P.Eng.
peter at engcorp.com



More information about the Python-list mailing list