[New-bugs-announce] [issue7880] sysconfig does not like symlinks

Florent Xicluna report at bugs.python.org
Mon Feb 8 00:22:12 CET 2010


New submission from Florent Xicluna <laxyf at yahoo.fr>:

~ $ cd /tmp
 ~ $ ln -s /usr/local/bin/python .
 ~ $ ./python -c "import sys; print sys.executable"
'import site' failed; use -v for traceback
/tmp/python

----------
assignee: tarek
components: Library (Lib)
messages: 99027
nosy: ezio.melotti, flox, tarek
priority: normal
severity: normal
status: open
title: sysconfig does not like symlinks
type: behavior
versions: Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7880>
_______________________________________


More information about the New-bugs-announce mailing list