A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2005-December/058618.html below:

[Python-Dev] should I really have to install Python before Ican build it ?

[Python-Dev] should I really have to install Python before Ican build it ? [Python-Dev] should I really have to install Python before Ican build it ?Fredrik Lundh fredrik at pythonware.com
Mon Dec 12 20:43:48 CET 2005
Jeremy Hylton wrote:

> The C files are checked into subversion.  Perhaps there is some
> problem with the timestamps that causes the Makefile to try to rebuild
> them anyway?  I have a modern Python and I've been doing a fair amount
> of development on these files; as a result, I haven't noticed a
> problem.

ah, of course.  subversion sets the timestamp to the checkout time for each
file, so things may or may not work after a fresh checkout.

however, adsl_c does use the installed python, rather than the local version:

    #! /usr/bin/env python
    """Generate C code from an ASDL description."""

maybe the right thing here would be to change this to

    #!./python
    """Generate C code from an ASDL description."""

and only run the script if ./python has been built ?

</F>



More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4