Building Python Pagage for Newer Python Version

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bg_ie@yahoo.com

    Building Python Pagage for Newer Python Version

    Hi,

    I have just downloaded the source for PyXML-0.8.4, which I would like
    to build for Python 2.5. How exactly do I go about doing this?

    Thanks for your help,

    Barry.

  • Diez B. Roggisch

    #2
    Re: Building Python Pagage for Newer Python Version

    bg_ie@yahoo.com wrote:
    Hi,
    >
    I have just downloaded the source for PyXML-0.8.4, which I would like
    to build for Python 2.5. How exactly do I go about doing this?

    python2.5 setup.py install usually does the trick.

    Diez

    Comment

    • Gabriel Genellina

      #3
      Re: Building Python Pagage for Newer Python Version

      En Mon, 19 Feb 2007 11:00:18 -0300, Diez B. Roggisch <deets@nospam.w eb.de>
      escribió:
      >I have just downloaded the source for PyXML-0.8.4, which I would like
      >to build for Python 2.5. How exactly do I go about doing this?
      >
      python2.5 setup.py install usually does the trick.
      Beware of this message, from the project front page: "PyXML is no longer
      maintained"

      --
      Gabriel Genellina

      Comment

      Working...