I ran into an error on a production site which turned out to be due to an egg containing extra files. How did these old files get included in the egg? I'd been running python setup.py bdist_egg to create the egg, and then i uploaded them to a www server. (Not a "real" egg server.) Before creating a new egg, the build/ directory is not cleaned be default. Therefore, files that were present in an
↧