JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

We should use the PkgResources API to access data files and plugins #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See:
http://peak.telecommunity.com/DevCenter/PythonEggs#building-eggs
and:
http://peak.telecommunity.com/DevCenter/PkgResources

If we want to package Crunchy as a .egg we should move over to PkgResources.

This would also be a better way having our plugins work.

Original issue reported on code.google.com by johannes...@gmail.com on 14 Apr 2008 at 3:17

GoogleCodeExporter commented 9 years ago
I am *extremely hesitant* to move in a major way to eggs at this point.  It 
seems
that PJ Eby himself (creator of the easy_install framework) has concluded that 
some
major changes are needed.  See
http://mail.python.org/pipermail/python-dev/2008-March/077985.html for a 
reference.

Original comment by andre.ro...@gmail.com on 14 Apr 2008 at 3:42

GoogleCodeExporter commented 9 years ago
Ah, I hadn't delved into this enough before submitting the issue.

Marking as invalid - we can come back to it later if necessary.

Original comment by johannes...@gmail.com on 14 Apr 2008 at 4:29