Florent Xicluna <florent.xicl...@gmail.com> added the comment: Actually there's 3 steps to fix this: 1) do not absolutize the sys.executable if it is empty (in Modules/getpath.c) 2) change sysconfig.py to deal with empty sys.executable (see this patch) 3) do a best effort to provide a valid sys.executable. It should be possible in most cases.
See message above for details on (3): http://bugs.python.org/issue7774#msg98284 Patch attached for (2). (Fixes tests) ---------- keywords: +patch Added file: http://bugs.python.org/file16521/issue7774_sysconfig.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7774> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com