Quantcast
Channel: Planet Plone - Where Developers And Integrators Write
Viewing all articles
Browse latest Browse all 3535

Kees Hink: Creating an egg? Clean first!

$
0
0
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

Viewing all articles
Browse latest Browse all 3535

Trending Articles