What is your OS and Python Version

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MorseCode
    New Member
    • Dec 2008
    • 3

    Ubuntu 8.4

    Python 2.5

    IDLE
    Geany

    Comment

    • praxbaffle
      New Member
      • Nov 2008
      • 1

      Mac OS 10.4
      Gnu Emacs and Terminal
      python 2.3 on Emacs and 2.6 on Terminal.
      IDLE looks great but has been slow and prone to crash.

      I wish I could use 2.6 with Emacs, but Emacs can't find the new version of Python. There's probably something I need to put in the .emacs file. If anyone knows how to do that I'd be very grateful.

      Comment

      • Apostle
        New Member
        • Dec 2008
        • 28

        Python 2.5.2, Windows Vista/Ubuntu Linux (Mainly windows for Now), WingIDE, wxpython 2.8

        Makes Python Great funny!

        Comment

        • bigturtle
          New Member
          • Apr 2007
          • 19

          I'm using Python 2.6 (with the included sqlite3) and Komodo 5 under WinXP Pro, nothing else special. I'm trying to make a flashcard program for Chinese, since I can't find one I like that's already made.

          So far I have worked out how to use Unicode special characters for syllables with tone marks, and how to convert syllables with tone marks back & forth from syllables with tone numbers (e.g. cōng, nǚ <--> cong1, nü3).

          Now I'm trying to put together a syllable database, then a dictionary. So far sqlite3 is still giving me puzzling beginner-type errors. Maybe someone here can give me help once I can define the problems better.

          Comment

          • musicfreak
            New Member
            • Jan 2009
            • 17

            Windows XP Pro, should be switching to Vista tomorrow. :)
            Python 2.5 and 3.0 for playing around (I'm going to switch to PyPy once they finalize their JIT compiler)
            Komodo as main editor, IDLE for quick tests and whatnot

            Comment

            • fabersaber
              New Member
              • Aug 2008
              • 7

              windows XP , PRO
              Python 2.3IDLE (Python GUI)

              Comment

              • slh2080
                New Member
                • Feb 2009
                • 1

                OS / python version

                I'm using Python26 on Vista and NetBeans 6.5 IDE

                Comment

                • fabersaber
                  New Member
                  • Aug 2008
                  • 7

                  windows XP , PRO
                  Python 2.3IDLE (Python GUI)
                  and
                  ubuntu 8.04
                  Python 2.5IDLE (Python GUI)

                  Comment

                  • fabersaber
                    New Member
                    • Aug 2008
                    • 7

                    windows XP , PRO
                    Python 2.3IDLE (Python GUI)
                    and
                    ubuntu 8.04
                    Python 2.5
                    are there any ubuntu users here ..

                    Comment

                    • MyMarlboro
                      New Member
                      • Mar 2008
                      • 71

                      Windows XP
                      Python 2.6
                      Notepad++

                      Comment

                      • pythonner
                        New Member
                        • Aug 2007
                        • 11

                        Windows Vista or Debian Stable
                        Python 2.5.2
                        Notepad++ or PsPad (Windows), or Vim (Linux)
                        IDLE (Windows & Linux)

                        Comment

                        • botagar
                          New Member
                          • Mar 2009
                          • 1

                          Desktop:
                          Windows XP Pro, SP3
                          Python 2.6.x (IDLE)

                          Laptop:
                          Windows Vista
                          Python 2.6.x (IDLE)

                          Comment

                          • mott3510
                            New Member
                            • Jul 2009
                            • 22

                            My OS is Windows Vista Home Premium and I use Notepad to write my code in and run windows command prompt. I have python version 2.5.4.

                            Comment

                            • Hackworth
                              New Member
                              • Aug 2009
                              • 13

                              Howdy all!

                              Python 2.5 on Gentoo and Windows XP. I mostly work on XP with wxPython in IDLE. I test/debug with the Windows shell, having added my working directories and .py to the Path and PATHEXT environment variables. This allows me to easily test my wx apps (and pygame, occasionally) without having the side-effect of IDLE crashing, or having trouble accessing the wx.App. I recommend the process to the Windows users out there as I think it really increases productivity!

                              Anyhow, cheers all, glad to be aboard!

                              Comment

                              • bvdet
                                Recognized Expert Specialist
                                • Oct 2006
                                • 2851

                                Hackworth,

                                It's certainly great having you here!

                                BV

                                Comment

                                Working...