> There is a zip-safe flag that you can specify that tells setuptools that
> installing your egg only works if it is unarchived. However, there is also
> the pkg_resources-package that allows you to access streams from within a
> package, even if it is zipped. You should investigate these two options.
>
> Diez

Exactly what I was looking for.

Thanks Diez!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to