zipimporter error in pyramid
When you run pserve and get the following zipimpoter hogeho error
TypeError: zipimporter.get_filename() takes exactly 1 argument (0 given)
Since venusian does not support zipped eggs, add zip_safe = False to setup.py.
reference:
- https://github.com/Pylons/venusian/issues/19#issuecomment-16299063
- http://stackoverflow.com/questions/26886149/why-does-pyramid-give-exception-of-zipimporter-get-filename
enjoy python with pyramid life.