Installing module: import error "No module named 'new'"

Skip Montanaro skip at pobox.com
Mon Aug 6 00:07:54 EDT 2001


    Sheila> I'm a bit leery of using modules that require stuff like this
    Sheila> that isn't default. I want to be able to distribute my code, and
    Sheila> if most people are going to have "new" available to them, then a
    Sheila> module that uses it isn't easy to distribute.

I believe that since 2.1 setup.py builds the new module by default, so all
recent interpreters are toting some extra heavy artillery.  ;-)

Skip





More information about the Python-list mailing list