Good script editor for Python on Mac OS 10.3

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

    #1

    Good script editor for Python on Mac OS 10.3

    Hi,

    I have an old Mac with OS X Panther installed. I also have the Python
    language download file, but I haven't got a text/script editor to use
    for it. Does anyone have a recommendation for a good Python text
    editor in OS 10.3?

    Thanks,

    Scott D.

  • Lou Pecora

    #2
    Re: Good script editor for Python on Mac OS 10.3

    In article <1164830360.213 197.182560@l12g 2000cwl.googleg roups.com>,
    "Scott_Davi es" <cloudrider9@gm ail.comwrote:
    Hi,
    >
    I have an old Mac with OS X Panther installed. I also have the Python
    language download file, but I haven't got a text/script editor to use
    for it. Does anyone have a recommendation for a good Python text
    editor in OS 10.3?
    >
    Thanks,
    >
    Scott D.
    >
    Try TextWrangler. It's free. I use it's big brother BBEdit and like it.

    -- Lou Pecora (my views are my own) REMOVE THIS to email me.

    Comment

    • Timothy Grant

      #3
      Re: Re: Good script editor for Python on Mac OS 10.3

      On 11/29/06, Lou Pecora <pecora@anvil.n rl.navy.milwrot e:
      In article <1164830360.213 197.182560@l12g 2000cwl.googleg roups.com>,
      "Scott_Davi es" <cloudrider9@gm ail.comwrote:
      >
      Hi,

      I have an old Mac with OS X Panther installed. I also have the Python
      language download file, but I haven't got a text/script editor to use
      for it. Does anyone have a recommendation for a good Python text
      editor in OS 10.3?

      Thanks,

      Scott D.
      >
      Try TextWrangler. It's free. I use it's big brother BBEdit and like it.
      >
      -- Lou Pecora (my views are my own) REMOVE THIS to email me.
      --

      >
      As a long-time Vim user I still vote for shelling out the Euros for TextMate.

      Fabulous editor...
      fabulous support...
      fabulous community.





      --
      Stand Fast,
      tjg.

      Comment

      • Nikita the Spider

        #4
        Re: Good script editor for Python on Mac OS 10.3

        In article <pecora-F96D92.15371029 112006@ra.nrl.n avy.mil>,
        Lou Pecora <pecora@anvil.n rl.navy.milwrot e:
        In article <1164830360.213 197.182560@l12g 2000cwl.googleg roups.com>,
        "Scott_Davi es" <cloudrider9@gm ail.comwrote:
        >
        Hi,

        I have an old Mac with OS X Panther installed. I also have the Python
        language download file, but I haven't got a text/script editor to use
        for it. Does anyone have a recommendation for a good Python text
        editor in OS 10.3?

        Thanks,

        Scott D.
        >
        Try TextWrangler. It's free. I use it's big brother BBEdit and like it.
        I second that recommendation.

        --
        Philip

        Whole-site HTML validation, link checking and more

        Comment

        • Stephen Eilert

          #5
          Re: Good script editor for Python on Mac OS 10.3


          Lou Pecora escreveu:
          In article <1164830360.213 197.182560@l12g 2000cwl.googleg roups.com>,
          "Scott_Davi es" <cloudrider9@gm ail.comwrote:
          >
          Hi,

          I have an old Mac with OS X Panther installed. I also have the Python
          language download file, but I haven't got a text/script editor to use
          for it. Does anyone have a recommendation for a good Python text
          editor in OS 10.3?

          Thanks,

          Scott D.
          I didn't see "free" in your post, so why not try TextMate?


          Stephen

          Comment

          • SPE - Stani's Python Editor

            #6
            Re: Good script editor for Python on Mac OS 10.3

            Install wxPython and than you can use SPE, a free Python IDE with UML,
            GUI builders, ...

            Stani

            Scott_Davies wrote:
            Hi,
            >
            I have an old Mac with OS X Panther installed. I also have the Python
            language download file, but I haven't got a text/script editor to use
            for it. Does anyone have a recommendation for a good Python text
            editor in OS 10.3?
            >
            Thanks,
            >
            Scott D.

            Comment

            • martin.laloux@gmail.com

              #7
              Re: Good script editor for Python on Mac OS 10.3

              I work with Python on mac os 10.3.9

              First of all :

              Install a newer version of python for mac, from



              (python 2.4.4 -http://pythonmac.org/packages/py24-fat/index.html)
              (python 2.5 -http://pythonmac.org/packages/py25-fat/index.html)

              you have a more "standard" python which allows you to install the
              modules n a more conventional way

              I use Smultron (free and open source) or textmate

              Comment

              Working...