What is your OS and Python Version

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • aladas
    New Member
    • Feb 2008
    • 1

    Hi
    I am running Win XP Tablet edition with Python 2.5 and IDLE. I am trying to download and install PyQT 4 whichalso comes with ERIC as an IDE., and get into the tutorials. I have installed PyWin32 and PySerial - since my final aim is to get some programmed control over a remote microprocessor project
    .
    For the moment I am a bit stuck with the installation of Qt Designer whose help functions do nothing and Qt Assistant which report a lot of files as missing. This is probably not the place for the story of my troubles - just to introduce myself. I have a lot of experience on Visual Basic in Access - to the level of working comfortably with DLLs, ODBC, OLE and ActiveX objects, but I have been out of the picture for a while.

    Regards - aladas

    Comment

    • arbogast
      New Member
      • Feb 2008
      • 3

      win xp home
      python 2.5
      idle

      Comment

      • codewarrior1241
        New Member
        • Feb 2008
        • 2

        I'm using SuSe 10.3 Linux with Python 2.5 using EasyEclipse.

        Comment

        • jeasoft
          New Member
          • Feb 2008
          • 6

          Hi everyone, i'm a newbie in the programming horizon (but not exactly "new" in GNU/Linux world)
          I'm using Fedora 8 and Python 2.5.1.
          My editor is VIM

          Code:
          #!/usr/bin/env python
          print "hello, world! "
          :P

          Comment

          • jlm699
            Contributor
            • Jul 2007
            • 314

            Originally posted by jeasoft
            Hi everyone, i'm a newbie in the programming horizon (but not exactly "new" in GNU/Linux world)
            I'm using Fedora 8 and Python 2.5.1.
            My editor is VIM

            Code:
            #!/usr/bin/env python
            print "hello, world! "
            :P
            Welcome to the Python forums. I'm sure you will find this to be a great reference for programming with Python. BTW, VIM is the only way to go... whenever I'm in Linux it's the only editor I use.

            Comment

            • jeasoft
              New Member
              • Feb 2008
              • 6

              Originally posted by jlm699
              Welcome to the Python forums. I'm sure you will find this to be a great reference for programming with Python. BTW, VIM is the only way to go... whenever I'm in Linux it's the only editor I use.
              thanks !!
              There are a lot of excellent editors (like emacs, jedi, and a large etc.), but VIM is (not at all) simple and with goods functionality. I have to confess you that i use only the regular commands (dd, cc, p, set number, etc.), but with VIM we have a lot of functionality features (and we can add more in the /etc/vimrc).
              Well, thank you again, and i hope to learn a lot of things here (including my english vocabulary :p).

              Comment

              • datulaida
                New Member
                • May 2007
                • 14

                Windows = XP
                Python 2.5
                Editor = IDLE

                Comment

                • Yudesh
                  New Member
                  • Mar 2008
                  • 6

                  Hi

                  I am using Windows Vista business with Python 2.5.

                  I use notepad and also Ultra Edit Studio 6 for editing.
                  I run simulation tests using the python IDLE.

                  Yudesh

                  Comment

                  • chaosAD
                    New Member
                    • Feb 2008
                    • 9

                    I am using Windows Vista, just installed Python 2.5.2

                    most of the time i use IDLE as my IDE but i have just recently started using Komodo, it has a very good debugger btw.

                    Comment

                    • Arockalypse
                      Banned
                      New Member
                      • Feb 2008
                      • 25

                      Originally posted by chaosAD
                      I am using Windows Vista, just installed Python 2.5.2

                      most of the time i use IDLE as my IDE but i have just recently started using Komodo, it has a very good debugger btw.

                      I am using Windows XP
                      VIsta is not good for a computer

                      Comment

                      • mysurface
                        New Member
                        • Mar 2008
                        • 2

                        Ubuntu 7.10 linux 2.6.22-14 python 2.5

                        Comment

                        • Jomotix
                          New Member
                          • Nov 2007
                          • 3

                          Ubuntu, Kernel 2.6.22-14 and Python 2.5.1

                          Comment

                          • athos
                            New Member
                            • Mar 2008
                            • 3

                            OS: Windows 2000/XP depending upon the box
                            Python Version: 2.5
                            Editor: IDLE, for now.

                            Just wrote my first pieces of code a day or so ago, so please bear with me.

                            Comment

                            • asrekdal
                              New Member
                              • Mar 2008
                              • 4

                              Python 2.5 , Windows XP

                              Running Eclipse IDE by means of PyDev

                              IDLE Occationally

                              Comment

                              • micmast
                                New Member
                                • Mar 2008
                                • 144

                                Linux 2.6 (Ubuntu & Debian)

                                python 2.5

                                just a regular editor

                                Comment

                                Working...