Re: [Distutils] externally managed packages
14 Apr
2006
14 Apr
'06
10:36 a.m.
At 05:54 AM 4/14/2006 -0400, Kurt Schwehr wrote:
Hi All,
The externally managed option seems to be working great for fink/macosx, but I have a question. Are these file necessary or should I be removing them from the install?
Yes, they're necessary. No, don't remove them. They are there so that packages with dynamic (run-time) dependencies can discover what version of the package is installed. Not only that, but many packages have files of their own in .egg-info, that are used by themselves or by other systems they plug into. In Python 2.5, even distutils-installed packages will have some of this stuff installed, again so that other packages can discover what is installed on sys.path.
6783
Age (days ago)
6783
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phillip J. Eby