Skip to content

Conversation

goinnn
Copy link

@goinnn goinnn commented Nov 4, 2013

With this option when you install the package with pip or easy_install the egg is not compressed. Then is more easy to debug some error

@ajdavis
Copy link
Member

ajdavis commented Nov 26, 2013

Thanks for the patch, we'll take a look at this soon.

@behackett
Copy link
Member

This patch isn't actually necessary. Zip safe is determined at build time in the bdist_egg command and since we distribute C extensions it's False by default. Using easy_install, PyMongo ends up being installed in a directory, not as a zip file. pip doesn't even support egg files so this setting has no effect there.

http://peak.telecommunity.com/DevCenter/setuptools#setting-the-zip-safe-flag

@behackett behackett closed this Nov 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants