Lisandro Dalcin wrote:
> Robert, IMHO, you should load pydistutils.cfg, only remove
> 'setup.cfg'. pydistutils.cfg could be the only way to configure things
> for users without administrative rights...
>
> This should do the trick:
>
> cfgfiles = dist.find_config_files()
> try: cfgfiles.remove('setup.cfg')
> except ValueError: pass
> dist.parse_config_files(cfgfiles)
>
>
yes, just ./setup.cfg seems to be questionable
this and more related cleanup, speedup of importer, --inplace
--verbose reload() .. here now:
http://trac.cython.org/cython_trac/ticket/312
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev