Re: environment empty after scanning path

"P.J. Eby" <pje-Wh6+Hckhi6HFNGf7iClzIwC/[email protected]> Thu, 29 Apr 2010 11:50:09 -0400
Newsgroups gmane.comp.python.peak
Message-ID <[email protected]>
At 11:23 AM 4/29/2010 +0200, Markus Beyer wrote:
>Hi,
>
>i have a little problem with pkg_resources.
>I would like to load eggs from a path, but once i add the path to 
>the environment, it is empty. The code looks like this:
>
>import pkg_resources
>
>PATH = "/path/to/my/egg-folder"

What's actually in this directory (i.e., the list of filenames), and 
what Python version + platform are you running it with?