[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-10 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: On Fri, 2011-06-10 at 16:46 +, Éric Araujo wrote: > Éric Araujo added the comment: > > Fixed. Welcome to Misc/ACKS ! loveliness :) -- ___ Python tracker

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-10 Thread Éric Araujo
Éric Araujo added the comment: Fixed. Welcome to Misc/ACKS ! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed type: behavior -> feature request ___ Python tracker ___

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset ff58eec3336b by Éric Araujo in branch 'default': Don’t try to install something when running from uninstalled source (#12246). http://hg.python.org/cpython/rev/ff58eec3336b -- nosy: +python-dev ___ Pytho

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-09 Thread Éric Araujo
Éric Araujo added the comment: Great! I will edit a bit the message and commit this. -- stage: -> commit review type: -> behavior ___ Python tracker ___ _

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-07 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Added file: http://bugs.python.org/file22277/display_warning_with_test.patch ___ Python tracker ___ ___ Pyth

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-06 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Find attached. -- Added file: http://bugs.python.org/file22267/display-warning_try2.diff ___ Python tracker ___ _

[issue12246] Warn when trying to install third-party module from an uninstalled checkout

2011-06-06 Thread Éric Araujo
Éric Araujo added the comment: Thanks. What about using sysconfig.is_python_build in your patch? -- assignee: tarek -> eric.araujo title: create installation path if it's non-existent -> Warn when trying to install third-party module from an uninstalled checkout _