|
From: Robert K. <rob...@gm...> - 2006-02-15 21:45:41
|
Travis Oliphant wrote: > So, in particular, does this mean that it is read from (relative to the > location of the main setup.py file) > > numpy/distutils/site.cfg ?? Yes. And in the case of scipy, it needs to be in the *installed* numpy/distutils directory. > Yes, that is a bad place. We need some suggestions as to where > site.cfg should be read from. Next to the setup.py that *invokes* numpy.distutils. AFAICT using os.getcwd() in system_info.py will give you this directory even if you start running the script from a different directory (e.g. "python ~/svn/scipy/setup.py install"). I can check this in if we agree that this is what we want. -- Robert Kern rob...@gm... "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter |