Anyone use GD with pyhton?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jeff

    #1

    Anyone use GD with pyhton?

    could somebody explain to me how to install (or compile) GD for linux,
    so that it works in pyhton?

  • Jonathan Curran

    #2
    Re: Anyone use GD with pyhton?

    On Friday 08 December 2006 16:17, jeff wrote:
    could somebody explain to me how to install (or compile) GD for linux,
    so that it works in pyhton?
    Jefff, the gd-library's website is at http://www.boutell.com/gd/ and they have
    a link there for download as well. It is highly likely that your linux
    distribution already has a gd library package ready to install. Use your
    package manager to search for 'gd' and you should get something.

    Now that you have that installed, you will need to get the python binding to
    it. A quick google search revealed gdmodule @


    Hope this helps,

    Jonathan

    Comment

    • jeff

      #3
      Re: Anyone use GD with pyhton?

      thanks, it works :D
      Jonathan Curran wrote:
      On Friday 08 December 2006 16:17, jeff wrote:
      could somebody explain to me how to install (or compile) GD for linux,
      so that it works in pyhton?
      >
      Jefff, the gd-library's website is at http://www.boutell.com/gd/ and they have
      a link there for download as well. It is highly likely that your linux
      distribution already has a gd library package ready to install. Use your
      package manager to search for 'gd' and you should get something.
      >
      Now that you have that installed, you will need to get the python binding to
      it. A quick google search revealed gdmodule @

      >
      Hope this helps,
      >
      Jonathan

      Comment

      • jeff

        #4
        Re: Anyone use GD with pyhton?

        thanks, it works :D
        Jonathan Curran wrote:
        On Friday 08 December 2006 16:17, jeff wrote:
        could somebody explain to me how to install (or compile) GD for linux,
        so that it works in pyhton?
        >
        Jefff, the gd-library's website is at http://www.boutell.com/gd/ and they have
        a link there for download as well. It is highly likely that your linux
        distribution already has a gd library package ready to install. Use your
        package manager to search for 'gd' and you should get something.
        >
        Now that you have that installed, you will need to get the python binding to
        it. A quick google search revealed gdmodule @

        >
        Hope this helps,
        >
        Jonathan

        Comment

        • jeff

          #5
          Re: Anyone use GD with pyhton?

          thanks, it works :D
          Jonathan Curran wrote:
          On Friday 08 December 2006 16:17, jeff wrote:
          could somebody explain to me how to install (or compile) GD for linux,
          so that it works in pyhton?
          >
          Jefff, the gd-library's website is at http://www.boutell.com/gd/ and they have
          a link there for download as well. It is highly likely that your linux
          distribution already has a gd library package ready to install. Use your
          package manager to search for 'gd' and you should get something.
          >
          Now that you have that installed, you will need to get the python binding to
          it. A quick google search revealed gdmodule @

          >
          Hope this helps,
          >
          Jonathan

          Comment

          • jeff

            #6
            Re: Anyone use GD with pyhton?

            thanks, it works :D

            Jonathan Curran wrote:
            On Friday 08 December 2006 16:17, jeff wrote:
            could somebody explain to me how to install (or compile) GD for linux,
            so that it works in pyhton?
            >
            Jefff, the gd-library's website is at http://www.boutell.com/gd/ and they have
            a link there for download as well. It is highly likely that your linux
            distribution already has a gd library package ready to install. Use your
            package manager to search for 'gd' and you should get something.
            >
            Now that you have that installed, you will need to get the python binding to
            it. A quick google search revealed gdmodule @

            >
            Hope this helps,
            >
            Jonathan

            Comment

            Working...