Re: where is pkg_resources (setuptools) looking for entry_points.txt

2007-10-01 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, > I'm trying to use an egg packages (pyOpenGL) as a "normal > package" (by unzipping the egg into a directory). > Generally this seems to work fine, except one init-step is missing. The EGG-INFO/ directory in the zipped egg needs to be renamed to something appropria

where is pkg_resources (setuptools) looking for entry_points.txt

2007-10-01 Thread seb . haase
Hi, I'm trying to use an egg packages (pyOpenGL) as a "normal package" (by unzipping the egg into a directory). Generally this seems to work fine, except one init-step is missing. >From setuptools I got the pkg_resources.py file. But now the package is not properly initialized, because iter_entry