[issue3984] python interpreter import dependency with disutils/util

2010-08-02 Thread Éric Araujo
Éric Araujo added the comment: get_config has moved to sysconfig, which is now a top-level module, and site is fixed. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue3984] python interpreter import dependency with disutils/util

2010-04-08 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue3984] python interpreter import dependency with disutils/util

2009-09-17 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek priority: -> low versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mai

[issue3984] python interpreter import dependency with disutils/util

2008-09-29 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Sun, Sep 28, 2008 at 7:56 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > Benjamin Peterson <[EMAIL PROTECTED]> added the comment: > > Brett, are you looking for #586680? > Yep, that's the issue. ___

[issue3984] python interpreter import dependency with disutils/util

2008-09-29 Thread Tarek Ziadé
Tarek Ziadé <[EMAIL PROTECTED]> added the comment: Well, I have a patch in progress, that pulls it out in another package. But I still get problems with the logging dependency, so it seems like a lot of extra work for just this use case. On the other hand, if distutils is going to be "cleaned" i

[issue3984] python interpreter import dependency with disutils/util

2008-09-28 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Brett, are you looking for #586680? -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3984] python interpreter import dependency with disutils/util

2008-09-28 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I can't find the bug right now, but this has been brought up before. Since it is only on posix systems and only when running in a code checkout, no one has worried about it enough to change it. And I am not sure if it is necessarily worth pullin

[issue3984] python interpreter import dependency with disutils/util

2008-09-28 Thread Tarek Ziadé
Tarek Ziadé <[EMAIL PROTECTED]> added the comment: Ok thanks, I could make it work by removing the call to distutils.util.get_platform() in site.addbuilddir() and harcode the name of my platform there, Maybe a solution would be to : * move get_platform out of distutils.util * move sysconfig

[issue3984] python interpreter import dependency with disutils/util

2008-09-28 Thread Christian Heimes
Christian Heimes <[EMAIL PROTECTED]> added the comment: site.py uses distutils to include the lib directories when Python is run from the development directory. -- nosy: +christian.heimes ___ Python tracker <[EMAIL PROTECTED]>

[issue3984] python interpreter import dependency with disutils/util

2008-09-28 Thread Tarek Ziadé
Changes by Tarek Ziadé <[EMAIL PROTECTED]>: -- components: +Distutils, Interpreter Core ___ Python tracker <[EMAIL PROTECTED]> ___ ___ P

[issue3984] python interpreter import dependency with disutils/util

2008-09-28 Thread Tarek Ziadé
New submission from Tarek Ziadé <[EMAIL PROTECTED]>: I am trying to write a patch in distutils to make use the standard logging module, and I had a weird problem: if I add "import logging" at the top of Lib/distutils/log.py file to start my work, it just brakes the interpreter. Python does not