Connecting Tech Pros Worldwide Help | Site Map

What is your OS and Python Version

bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
: Dec 9 '06
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.
Needs Regular Fix
 
Join Date: Feb 2007
Posts: 438
#51: Mar 4 '07

re: What is your OS and Python Version


OS: WINDOWS - XP SP2 & AIX5.3
Python 2.4
Editor : IDLE
UI-TKinter

thanks,
PSB
Member
 
Join Date: Oct 2006
Posts: 73
#52: Mar 8 '07

re: What is your OS and Python Version


Python 2.4.3 (#2, Oct 6 2006, 07:52:30)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
eclipse3.2/PyDev1.2.6

Quote:

Originally Posted by bartonc

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's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#53: Mar 9 '07

re: What is your OS and Python Version


Quote:

Originally Posted by dtimes6

Python 2.4.3 (#2, Oct 6 2006, 07:52:30)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
eclipse3.2/PyDev1.2.6

Hey, dtimes6. I see you've been helping out a lot in the C++ Forum. Perhaps you could check in here every once in a while. I'm planning on delving into eclipse myself. Do you use the python plugin?
Newbie
 
Join Date: Mar 2007
Posts: 5
#54: Mar 11 '07

re: What is your OS and Python Version


Linux Gentoo ker 2.6.19.2 RTAI Vulcano patched
Python 2.4.3 + tkinter
gcc 4.1.1
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#55: Mar 12 '07

re: What is your OS and Python Version


Quote:

Originally Posted by Pierpaolo

Linux Gentoo ker 2.6.19.2 RTAI Vulcano patched
Python 2.4.3 + tkinter
gcc 4.1.1

Welcome to the ever-growing number of Linux users on the Python Forum here on TSDN, Pierpaolo.
Djoudi's Avatar
Newbie
 
Join Date: Mar 2007
Location: Python world
Posts: 2
#56: Mar 14 '07

re: What is your OS and Python Version


I'm on XP Pro using Python 2.4.4
I uses PyScripter as my favorite IDE, it's free and it works well for me.
I have never found a need for command line execution.
I didn't use many GUI's but I liked pyQT
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#57: Mar 14 '07

re: What is your OS and Python Version


Quote:

Originally Posted by Djoudi

I'm on XP Pro using Python 2.4.4
I uses PyScripter as my favorite IDE, it's free and it works well for me.
I have never found a need for command line execution.
I didn't use many GUI's but I liked pyQT

Great reply, Djoudi. It's nice to have you on the board. I am also on XP Pro using Python 2.4.4. Lot's of GUI stuff, though. Thanks for joining The Python Forum here on TSDN!
Djoudi's Avatar
Newbie
 
Join Date: Mar 2007
Location: Python world
Posts: 2
#58: Mar 15 '07

re: What is your OS and Python Version


Quote:

Originally Posted by bartonc

Great reply, Djoudi. It's nice to have you on the board. I am also on XP Pro using Python 2.4.4. Lot's of GUI stuff, though. Thanks for joining The Python Forum here on TSDN!

It's my pleasure
Newbie
 
Join Date: Mar 2007
Posts: 18
#59: Mar 16 '07

re: What is your OS and Python Version


Quote:

Originally Posted by bartonc

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.

I am running windows xp with Python v2.5. I also have Activestate Komodo IDE 4.0
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#60: Mar 16 '07

re: What is your OS and Python Version


Quote:

Originally Posted by wocosc

I am running windows xp with Python v2.5. I also have Activestate Komodo IDE 4.0

It's great to have on the Python Forum here on TSDN. How is the Konodo support?
Newbie
 
Join Date: Mar 2007
Posts: 18
#61: Mar 19 '07

re: What is your OS and Python Version


I am using Windows XP SP2
Current version of Python is 2.5
I am using SciTe as my python ide
Newbie
 
Join Date: Mar 2007
Location: Manila
Posts: 8
#62: Mar 21 '07

re: What is your OS and Python Version


Windows XP
Python 2.5
Just trying out Crimson editor
Before used Notpad++ which I liked but was looking for something that kept all the files in a project (well maybe not all, but a chosen few) so I can easily start working on a project and all the files I wish to look at are there inlcuding the most important library files I may need or be developing.
Use wxPython as gui, bought the book - quite like it
Newbie
 
Join Date: Mar 2007
Posts: 17
#63: Mar 21 '07

re: What is your OS and Python Version


OS:Windows XP

Python version 2.5
Newbie
 
Join Date: Mar 2007
Posts: 3
#64: Mar 22 '07

re: What is your OS and Python Version


I am running Mac osx 10.4 on a Pentium iMac.
I am currently using Python 2.5.
My preferred interface is IDLE, but I am currently using Eclipse.

Ralph
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#65: Mar 23 '07

re: What is your OS and Python Version


Quote:

Originally Posted by Ralph1

I am running Mac osx 10.4 on a Pentium iMac.
I am currently using Python 2.5.
My preferred interface is IDLE, but I am currently using Eclipse.

Ralph

You're the first Mac user that we've gotten here. Welcome.
I got the Eclipse install a few weeks ago, but haven't had the time to check it out yet. Perhap soon...
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#66: Mar 23 '07

re: What is your OS and Python Version


Quote:

Originally Posted by jimscafe

Windows XP
Python 2.5
Just trying out Crimson editor
Before used Notpad++ which I liked but was looking for something that kept all the files in a project (well maybe not all, but a chosen few) so I can easily start working on a project and all the files I wish to look at are there inlcuding the most important library files I may need or be developing.
Use wxPython as gui, bought the book - quite like it

Happy Birthday, jimscafe. We migh have to get you into Boa Constructor (wx base IDE) soon.
Newbie
 
Join Date: Mar 2007
Posts: 6
#67: Mar 27 '07

re: What is your OS and Python Version


I'm on XP with Python 2.5. I use PythonWin to edit, but run all my code from Cygwin.
Newbie
 
Join Date: Mar 2007
Posts: 7
#68: Mar 27 '07

re: What is your OS and Python Version


I use Ubuntu/Linux when coding

Python 2.5 (should be)

Uh....i prefer the text file/command line :P


Toooooo goooooeeeyy ahhhhh!

~shonen
Newbie
 
Join Date: Mar 2007
Posts: 4
#69: Mar 30 '07

re: What is your OS and Python Version


Mac OSX 10.4 with IDLE

Python 2.4.4 (#1, Oct 18 2006, 10:34:39)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

Thanks,

Justin
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#70: Apr 2 '07

re: What is your OS and Python Version


Quote:

Originally Posted by KHATatonic

Mac OSX 10.4 with IDLE

Python 2.4.4 (#1, Oct 18 2006, 10:34:39)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

Thanks,

Justin

You may be the first Mac user to become a regular poster.

Installation issues aside, you should be able to get useful info here on the Python Forum on TSDN.

Thanks for joining and posting you OS and version.
Newbie
 
Join Date: Apr 2007
Posts: 1
#71: Apr 5 '07

re: What is your OS and Python Version


XP ver.2002
Python 2.5 with IDLE
TKInter
Newbie
 
Join Date: Apr 2007
Location: Fayetteville, NY
Posts: 6
#72: Apr 11 '07

re: What is your OS and Python Version


Humm lets see, at home and at work I use Python 2.4.4 and emacs is always my editor of choice. So now you've guessed I'm a UNIX/Linux user also. I use Lyx (latex) and epydoc to generate documentation.
Newbie
 
Join Date: Mar 2007
Posts: 14
#73: Apr 11 '07

re: What is your OS and Python Version


i use a school computer(im doing this as an independent study) and it is a version of XP. I am using python 2.3 and i use IDLE.
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#74: Apr 12 '07

re: What is your OS and Python Version


Quote:

Originally Posted by cnobile

Humm lets see, at home and at work I use Python 2.4.4 and emacs is always my editor of choice. So now you've guessed I'm a UNIX/Linux user also. I use Lyx (latex) and epydoc to generate documentation.

Interesting choice of tools. I've got my reasons for using 2.4.4; what are yours?
Newbie
 
Join Date: Apr 2007
Location: Fayetteville, NY
Posts: 6
#75: Apr 12 '07

re: What is your OS and Python Version


Quote:

Originally Posted by bartonc

Interesting choice of tools. I've got my reasons for using 2.4.4; what are yours?

At work we tend to get locked into various versions of languages such as Python and Java, because management is too afraid to change. At home I tend to use whatever comes with Linux until I upgrade the Linux version. At this time both my work and home computers just happen to be the same--more coincidences than anything.
Newbie
 
Join Date: Apr 2007
Posts: 2
#76: Apr 12 '07

re: What is your OS and Python Version


GNU/Linux Debian Etch and MacOS X.
Python 2.4 & 2.5
Editors : Kate & KDevelop - Smultron
Newbie
 
Join Date: Apr 2007
Posts: 1
#77: Apr 17 '07

re: What is your OS and Python Version


Python 2.4 on Unix platform.
Newbie
 
Join Date: Apr 2007
Posts: 5
#78: Apr 17 '07

re: What is your OS and Python Version


Working on installing PythonWin2.5 on Windows XP
Newbie
 
Join Date: Apr 2007
Posts: 1
#79: Apr 19 '07

re: What is your OS and Python Version


Python 2.4.3 on Slackware 11 (using Idle)
Newbie
 
Join Date: Apr 2007
Posts: 14
#80: Apr 26 '07

re: What is your OS and Python Version


Im am using python 2.5 and eclipse plugin pydev.
Test im sometimes running in pyWin.
Newbie
 
Join Date: Apr 2007
Location: US
Posts: 6
#81: Apr 28 '07

re: What is your OS and Python Version


  • OS: Ubuntu 7.04 (Feisty Fawn)
  • CPU: AMD Athlon XP 1800+
  • Version: Python 2.5
  • Editor: IDLE or SPE
  • Toolkits: Just learning, so no extras yet.
Newbie
 
Join Date: May 2007
Posts: 3
#82: May 7 '07

re: What is your OS and Python Version


# OS: Win XP
# CPU: ancient intel
# Version: ActivePython 2.4
Member
 
Join Date: May 2007
Posts: 51
#83: May 13 '07

re: What is your OS and Python Version


OS: Ubuntu 7.04
Python: 2.4 & 2.5
Editor: Anjuta
Newbie
 
Join Date: Jan 2007
Posts: 12
#84: May 13 '07

re: What is your OS and Python Version


Arch Linux 0.8 with kernel 2.6.21-ARCH
Python 2.5.1
Editors: Bluefish and Eric3
Newbie
 
Join Date: Sep 2006
Location: MS
Posts: 23
#85: May 14 '07

re: What is your OS and Python Version


Windows XP, both at school and home
ActivePython 2.4
Newbie
 
Join Date: May 2007
Posts: 6
#86: May 14 '07

re: What is your OS and Python Version


OS : Linux (Mepis 6.0)
Version : 2.43
Editor : Geany
Newbie
 
Join Date: May 2007
Posts: 2
#87: May 15 '07

re: What is your OS and Python Version


Ubuntu Edgy Eft
Python 2.4.4
PyGTK toolkit
Using SciTE for coding
Newbie
 
Join Date: May 2007
Posts: 7
#88: May 15 '07

re: What is your OS and Python Version


OS: Ubuntu Feisty
Python: 2.5.1
Editor: Scribes
Add-Ons: pyserial, wxWidgets
Newbie
 
Join Date: May 2007
Posts: 5
#89: May 18 '07

re: What is your OS and Python Version


Solaris 10, and, now, Windows 2003 Server. Python 2.3, 2.4, and, now, 2.5.
Newbie
 
Join Date: May 2007
Posts: 5
#90: May 23 '07

re: What is your OS and Python Version


i use XP, version 2.5 and notepad(for now)
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#91: May 23 '07

re: What is your OS and Python Version


Quote:

Originally Posted by raghuramos1987

i use XP, version 2.5 and notepad(for now)

Thanks for checking in here on the Python Forum. Perhaps we can get you some better tools soon.
Member
 
Join Date: May 2007
Posts: 50
#92: Jun 1 '07

re: What is your OS and Python Version


I use Windows XP
Python 2.5
I write everything in notepad
And open in cmd.
arunhero99's Avatar
Newbie
 
Join Date: Apr 2007
Location: India
Posts: 3
#93: Jun 1 '07

re: What is your OS and Python Version


I use XP Pro at home and Redhat Linux in office.Using Python 2.3 and 2.5.
I use IDLE to edit and cmd line to test. I use Textpad to write code from scratch.
Smygis's Avatar
Member
 
Join Date: Jun 2007
Posts: 100
#94: Jun 1 '07

re: What is your OS and Python Version


Running Xubuntu 7.04 with python 2.5 and 2.4 (Never use 2.4 tho)

Mostly code in GEdit. but also in SPE and Eclipse.
The only GUI toolkit i use is wxWidgets.

Also i live in Sweden and my english is not so optimal. So im sorry if i sometimes write something completley wrong ;)

And im not a complete noob in C/C++ ether.
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#95: Jun 1 '07

re: What is your OS and Python Version


Quote:

Originally Posted by Smygis

Running Xubuntu 7.04 with python 2.5 and 2.4 (Never use 2.4 tho)

Mostly code in GEdit. but also in SPE and Eclipse.
The only GUI toolkit i use is wxWidgets.

Also i live in Sweden and my english is not so optimal. So im sorry if i sometimes write something completley wrong ;)

And im not a complete noob in C/C++ ether.

Welcome to the Python Forum on TheScripts.com. I am pleased to see another wxPython user in our midst and have plans to install Eclipse, soon. I may have many questions on that one.

Has SPE been updated to wxWidgets 2.8 compatability?
Smygis's Avatar
Member
 
Join Date: Jun 2007
Posts: 100
#96: Jun 1 '07

re: What is your OS and Python Version


Quote:

Originally Posted by bartonc

Has SPE been updated to wxWidgets 2.8 compatability?

Next release is suposed to be wxPython 2.8 compatible.
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#97: Jun 1 '07

re: What is your OS and Python Version


Quote:

Originally Posted by Smygis

Next release is suposed to be wxPython 2.8 compatible.

Yeah, Stani has been saying that for a LOOONG time, now.
Boa Constructor, on the other hand, works great with 2.8, but you have to get if from the CVS.
Smygis's Avatar
Member
 
Join Date: Jun 2007
Posts: 100
#98: Jun 1 '07

re: What is your OS and Python Version


Quote:

Originally Posted by bartonc

Yeah, Stani has been saying that for a LOOONG time, now.
Boa Constructor, on the other hand, works great with 2.8, but you have to get if from the CVS.

Yes :)

But considering that the SVN version works (sorta) fine with 2.8, I think its for real.
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#99: Jun 2 '07

re: What is your OS and Python Version


Quote:

Originally Posted by Smygis

Yes :)

But considering that the SVN version works (sorta) fine with 2.8, I think its for real.

Thanks for the info. I'll have to check that out when I get some time.
Newbie
 
Join Date: Jun 2007
Location: Brooklyn, NY
Posts: 2
#100: Jun 3 '07

re: What is your OS and Python Version


Hi, right now I am using:

Windows XP
Python 2.5.1
Crimson Editor
Reply