What is your OS and Python Version

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    What is your OS and Python Version

    For the benefit of those of us who answer questions, PLEASE REPLY in this thread with your operating system, version of python that you are using, editor/IDE, and anything extra like GUI toolkits, etc. Thank you very much.
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    I'm on XP Pro using Python 2.4.4 and 2.5.
    I use IDLE to edit and run quick tests. Notepad++ also works well for me.
    My favorite command-console is called Console2 (it's on sourceforge).
    I have lot's of experience with Tkinter, but use wxPython for GUI now.
    My IDE is Boa Constructor .

    Comment

    • Loismustdie129
      New Member
      • Aug 2006
      • 194

      #3
      I'm on an XP and run Python 2.4.4 (I used to run 2.5 but it started not to boot up and would later just shut down). I use the IDLE to run the program and don't use much else.

      Comment

      • bvdet
        Recognized Expert Specialist
        • Oct 2006
        • 2851

        #4
        Windows XP Pro SP2
        Python 2.3.5
        Pythonwin primarily
        IDLE on occasion
        Kodos for regular expressions

        Python 2.4.4 is also installed. So far I have been using SPE as my IDE with 2.4.

        Comment

        • bartonc
          Recognized Expert Expert
          • Sep 2006
          • 6478

          #5
          Originally posted by Loismustdie129
          I'm on an XP and run Python 2.4.4 (I used to run 2.5 but it started not to boot up and would later just shut down). I use the IDLE to run the program and don't use much else.
          Welcome aboard LMD. I'm glad you were able to get help here when your installation wasn't working last month. I've been hope that you would pop in with questions every now and then. You are an asset the our community,
          Barton

          Comment

          • true911m
            New Member
            • Dec 2006
            • 92

            #6
            Originally posted by bartonc
            For the benefit of all of us who answer questions, PLEASE REPLY in this thread with your operating system, version of python that you are using, editor/IDE, and anything extra like GUI toolkits, etc. Thank you very much.
            XP, Py2.5, Komodo when I'm juggling ideas, IDLE for quick edits.

            Comment

            • fuffens
              New Member
              • Oct 2006
              • 38

              #7
              At work I am using Windows 2000, Python version 2.2.1, and PythonWin. We're locked to version 2.2.1 of Python because of external dependencies. At home I am using Win XP Pro, Python version 2.2.1 and 2.5, and PythonWin. I'm looking into using Eclipse as IDE. I will be back with questions regarding that later. I just need to do some investigation myself first.

              /Fredrik

              Comment

              • kudos
                Recognized Expert New Member
                • Jul 2006
                • 127

                #8
                python 2.5 on win XP and SUSE linux (SUSE running in the "background " through vmware) and Python on my nokia cellphone (although I only played around with that one..)

                -kudos

                Comment

                • gm04030276
                  New Member
                  • Nov 2006
                  • 17

                  #9
                  Mac OS X 10.4

                  Python 2.5
                  IDLE and TextWrangler (freeware version of BBedit, VERY good) on occasion

                  Comment

                  • bkunjitam
                    New Member
                    • Nov 2006
                    • 17

                    #10
                    WINDOWS - XP
                    Python 2.5

                    Editor : IDLE

                    thanks,
                    BK

                    Comment

                    • Sushi
                      New Member
                      • Dec 2006
                      • 18

                      #11
                      I'm on Windows XP
                      Use Python Version 2.4 (enthon python)
                      Aswell as:
                      Vtk 5.0
                      Tkinter3000
                      I edit with Eclipse

                      Comment

                      • bartonc
                        Recognized Expert Expert
                        • Sep 2006
                        • 6478

                        #12
                        Originally posted by Sushi
                        I'm on Windows XP
                        Use Python Version 2.4 (enthon python)
                        Aswell as:
                        Vtk 5.0
                        Tkinter3000
                        I edit with Eclipse
                        Welcome to the Python forum on TSDN. Thank you for reading all the announcements and posts. I wish more of our first-timers were as thorough as you have been. It is much appreciated,
                        Barton

                        Comment

                        • Ark
                          New Member
                          • Dec 2006
                          • 4

                          #13
                          Python 2.4 & 2.5
                          IDLE 2.4 & 2.5, Smultron, SPE, Xcode
                          Mac OS X 10.4.8

                          Extra: PyOpenGL, PyNum, etc.

                          Comment

                          • bartonc
                            Recognized Expert Expert
                            • Sep 2006
                            • 6478

                            #14
                            Originally posted by Ark
                            Python 2.4 & 2.5
                            IDLE 2.4 & 2.5, Smultron, SPE, Xcode
                            Mac OS X 10.4.8

                            Extra: PyOpenGL, PyNum, etc.
                            Welcome. It's very cool to have a Mac person join the ranks. I hope you stick around and have fun posting in the Python forum.

                            Comment

                            • Kenny164
                              New Member
                              • Dec 2006
                              • 2

                              #15
                              Hi everyone!

                              OS: WinXP SP2
                              CPU: 32 bit, AMD AthlonXP
                              Python: 2.4.3 (with stackless 3.1b3)
                              IDE: IDLE, sometimes Notepad++

                              I'm still a newbie, but i've wrote a few scripts and I am very happy with python. I've Installed stackless, but havn't really touched it as I don't have a clue about it :(
                              Last edited by Kenny164; Dec 26 '06, 12:43 AM. Reason: added CPU

                              Comment

                              Working...