newbie: cannot import name error

Alex Martelli aleax at aleax.it
Fri Sep 7 10:24:12 EDT 2001


"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).


Alex






More information about the Python-list mailing list