Change by Dror Levin :
--
nosy: +spatz
___
Python tracker
<https://bugs.python.org/issue30618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dror Levin :
--
nosy: +spatz
___
Python tracker
<http://bugs.python.org/issue16113>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Dror Levin :
--
nosy: +spatz
___
Python tracker
<http://bugs.python.org/issue7247>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Dror Levin added the comment:
Arch Linux devs have split the patch and applied only the extra-space
fix, which is what I'm attaching now. I've compiled Python 2.6.2 on
Gentoo with this patch and can report it works well (I tested with ipython).
--
Added file: http://bugs.
Dror Levin added the comment:
This bug was reported in Arch (http://bugs.archlinux.org/task/15548) and
Gentoo (https://bugs.gentoo.org/show_bug.cgi?id=279234)
--
nosy: +spatz
___
Python tracker
<http://bugs.python.org/issue5
Dror Levin <[EMAIL PROTECTED]> added the comment:
This also happens in py3k.
Attached a patch that fixes this by using the dirname of
sysconfig.project_base if the file is not found, but perhaps a better
solution could be found...
--
keywords: +patch
nosy: +spatz
versions: +Pyth