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.
What is your OS and Python Version
Collapse
This is a sticky topic.
X
X
-
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 . -
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
-
Originally posted by Loismustdie129I'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.
BartonComment
-
Originally posted by bartoncFor 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.Comment
-
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.
/FredrikComment
-
Mac OS X 10.4
Python 2.5
IDLE and TextWrangler (freeware version of BBedit, VERY good) on occasionComment
-
Originally posted by SushiI'm on Windows XP
Use Python Version 2.4 (enthon python)
Aswell as:
Vtk 5.0
Tkinter3000
I edit with Eclipse
BartonComment
-
Originally posted by ArkPython 2.4 & 2.5
IDLE 2.4 & 2.5, Smultron, SPE, Xcode
Mac OS X 10.4.8
Extra: PyOpenGL, PyNum, etc.Comment
-
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 :(Comment
Comment