Steve Pogue wrote: > >Thanks Mark, >That seemed to do the trick. Any idea why configure/make didn't clean up? >I'm wondering if there may be other fixups or issues awaiting me.
Look at the misc/Makefile in the unpack directory. It should have EMAILPKG= JACODECSPKG= KOCODECSPKG= near the top just preceding PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG) If there is an assignment to EMAILPKG, e.g. EMAILPKG=email-2.5.8 then look at the config.log from configure for something like configure:1938: checking Python's email package configure:1971: result: ok If the result is "not ok", then for some reason configure either wasn't able to import email from Python or it thought the imported version was less than 2.5.8. If the assignment to EMAILPKG in misc/Makefile is null, then for some reason, 'make install' failed to remove the directory from pythonlib. The command to do that is in the install-packages: target. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org