Re: [Python-Dev] Relatwd: py3 import strategy

2012-11-11 Thread Christian Tismer
Hi Eric, On 11.11.12 22:45, Eric Snow wrote: On Sun, Nov 11, 2012 at 1:53 PM, Christian Tismer mailto:tis...@stackless.com>> wrote: Once again on this: With the introduction of module folders without __init__, it has become even harder to deduce a sensible project root Dir

Re: [Python-Dev] Relatwd: py3 import strategy (was: Setting project home path the best way(

2012-11-11 Thread Eric Snow
On Sun, Nov 11, 2012 at 1:53 PM, Christian Tismer wrote: > Once again on this: > > With the introduction of module folders > without __init__, it has become even harder to deduce a sensible project > root > Dir without relying on a global settings file. Abd as you probably agree, > such files are

[Python-Dev] Relatwd: py3 import strategy (was: Setting project home path the best way(

2012-11-11 Thread Christian Tismer
Once again on this: With the introduction of module folders without __init__, it has become even harder to deduce a sensible project root Dir without relying on a global settings file. Abd as you probably agree, such files are a bad idea. Any global is bad, also in the file system. Guido, this