22 Apr
2009
22 Apr
'09
2:57 p.m.
On Apr 22, 2009, at 10:55 AM, Wichert Akkerman wrote: ...
2. forbid the use of __file__ in setup.py. This breaks on systems which do not have setuptools installed globally but rely on a (zc.buildout-created) wrapper script. __file__ will point to the wrapper script in those instances, which breaks setup.py.
Is there something zc.buildout or setuptools can do differently that will mitigate this?
I don't know I'm afraid.
Perhaps you could provide (or point to) an example that illustrates this problem. Jim -- Jim Fulton Zope Corporation