Skip to content

add zip_safe flag to setup, to silence multitude of warnings#135

Merged
boegel merged 1 commit intoeasybuilders:developfrom
boegel:setup_zip_safe
Mar 8, 2013
Merged

add zip_safe flag to setup, to silence multitude of warnings#135
boegel merged 1 commit intoeasybuilders:developfrom
boegel:setup_zip_safe

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Mar 1, 2013

without the zip_safe flag set to False, a whole bunch of warnings are spit out when installing easybuild-easyblocks

zip_safe flag not set; analyzing archive contents...
easybuild.__init__: module references __path__
easybuild.easyblocks.__init__: module references __file__
easybuild.easyblocks.__init__: module references __path__
easybuild.easyblocks.generic.__init__: module references __path__

see also http://stackoverflow.com/questions/8362510/getting-rid-of-the-easy-install-message-module-references-file

boegel added a commit that referenced this pull request Mar 8, 2013
add zip_safe flag to setup, to silence multitude of warnings
@boegel boegel merged commit d69b5ef into easybuilders:develop Mar 8, 2013
@boegel boegel deleted the setup_zip_safe branch March 8, 2013 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant