This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 pitrou
收信人 Arfrever, brett.cannon, eric.smith, eric.snow, lemburg, ncoghlan, pitrou
日期 2012-04-25.12:12:28
SpamBayes Score -1.0
Marked as misclassified
Message-id <1335355862.3413.5.camel@localhost.localdomain>
In-reply-to <4F97E8CC.5030602@egenix.com>
内容
> The question pybuildir.txt apparently tries to solve is whether Python
> is running from the build dir or not. It's not whether Python was
> installed or not.

That's the same, for all we're concerned.
But pybuilddir.txt does not only solve that problem. It also contains
the path to extension modules generated by setup.py, so that sys.path
can be setup appropriately at startup.
历史
日期 用户 动作 参数
2012-04-25 12:12:28pitrou修改recipients: + pitrou, lemburg, brett.cannon, ncoghlan, eric.smith, Arfrever, eric.snow
2012-04-25 12:12:28pitrou链接issue14657 messages
2012-04-25 12:12:28pitrou创建