Connecting Tech Pros Worldwide Help | Site Map

What is your OS and Python Version

 
Old December 9th, 2006, 10:47 AM
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
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.
  #151  
Old July 26th, 2007, 01:10 PM
Newbie
 
Join Date: Jul 2007
Posts: 1

re: What is your OS and Python Version


I work on Windows XP-Professional, my Python version is python2.4
  #152  
Old July 27th, 2007, 04:52 PM
Banned
 
Join Date: Sep 2005
Location: inside
Posts: 98

re: What is your OS and Python Version


Work:
Slackware
Python 2.4.3

Home
Debian Linux 2.6.17.13
Python 2.4.4
  #153  
Old July 27th, 2007, 04:57 PM
Lives Here
 
Join Date: Sep 2006
Posts: 12,085

re: What is your OS and Python Version


Step away guys, I moved to Linux (Fedora) and I'm going to try to download and install Python here and that might get someone hurt. Here goes ...

P.S Run to my rescue if you hear a huge arrrrgh.
  #154  
Old July 27th, 2007, 06:43 PM
Lives Here
 
Join Date: Sep 2006
Posts: 12,085

re: What is your OS and Python Version


Relax guys,
I've got Python 2.5.1 nicely installed on my Fedora 5
  #155  
Old July 28th, 2007, 08:34 AM
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400

re: What is your OS and Python Version


Quote:
Originally Posted by r035198x
Relax guys,
I've got Python 2.5.1 nicely installed on my Fedora 5
In under 2 hours, too! Nice job. Thanks for keeping us informed.
  #156  
Old July 28th, 2007, 08:52 AM
Lives Here
 
Join Date: Sep 2006
Posts: 12,085

re: What is your OS and Python Version


Quote:
Originally Posted by bartonc
In under 2 hours, too! Nice job. Thanks for keeping us informed.
I had a few other things to take care of in between otherwise ...

I didn't know most linux distros have Python shipped in with them. When I realized that I thought was going to have real trouble upgrading the python version with the newer one. Then I discovered the which python command ...
  #157  
Old July 30th, 2007, 01:51 PM
Member
 
Join Date: Jul 2007
Posts: 60

re: What is your OS and Python Version


I'm running Vista with Python 2.5.1. I use IDLE to write my code.
  #158  
Old July 30th, 2007, 07:09 PM
jlm699's Avatar
Needs Regular Fix
 
Join Date: Jul 2007
Location: Durham, NC
Posts: 313

re: What is your OS and Python Version


I'm running Windows XP SP2
Python v2.4.3

I use Code Editor from the PythonCard application for my building and its associated Shell for quick tests.
~ I've used Boa Constructor once for wxPython but I hated it so I just copy, paste and edit from the PythonCard demos.
  #159  
Old July 31st, 2007, 11:31 PM
Newbie
 
Join Date: Jul 2007
Posts: 1

re: What is your OS and Python Version


Development:
Kubuntu 7.04 (Feisty)
python 2.5.1
Gui toolkit: wxPython 2.8
Editor: Kate.

Distributing with py2exe:
Windows XP (in vm)
Python 2.5
Gui toolkit: wxPython 2.8
editor: notepad++, Idle

ps: it's nice to see so much variation in this thread.
  #160  
Old August 1st, 2007, 09:06 AM
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400

re: What is your OS and Python Version


Quote:
Originally Posted by roheres
Development:
Kubuntu 7.04 (Feisty)
python 2.5.1
Gui toolkit: wxPython 2.8
Editor: Kate.

Distributing with py2exe:
Windows XP (in vm)
Python 2.5
Gui toolkit: wxPython 2.8
editor: notepad++, Idle

ps: it's nice to see so much variation in this thread.
I was just thinking that it's nice to see someone using really good tools, as you are (just gotta love wxPython).

Welcome. I hope we'll be hearing from you soon.
  #161  
Old August 10th, 2007, 11:37 AM
varuns's Avatar
Member
 
Join Date: Jun 2007
Location: India
Posts: 39

re: What is your OS and Python Version


Upgraded to Ubuntu 7.04 Feisty

Quote:
Originally Posted by varuns
my OS is Ubuntu 6.10 the edgy
Python version is 2.5
i use vi editor
  #162  
Old August 14th, 2007, 07:16 PM
Newbie
 
Join Date: Jul 2007
Location: Michigan
Posts: 2

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 on Windows XP PRO, Python Version 2.5.
  #163  
Old August 14th, 2007, 09:34 PM
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400

re: What is your OS and Python Version


Quote:
Originally Posted by Al E Bubba
I am on Windows XP PRO, Python Version 2.5.
Very good. Thanks for letting us know and thank you for joining.
[But I guess that we already knew that from your July 7th, 2007, 06:58 PM post]
  #164  
Old August 15th, 2007, 04:30 AM
Newbie
 
Join Date: Aug 2007
Posts: 9

re: What is your OS and Python Version


operating system windows xp
python version 2.5.1
  #165  
Old August 15th, 2007, 08:35 AM
Newbie
 
Join Date: Aug 2007
Posts: 12

re: What is your OS and Python Version


I use Windows Vista Home edition using Python 2.5.1
I use active state komodo IDE 4.1 for most of my tasks at the moment. using wx.Python for my GUI
  #166  
Old August 15th, 2007, 08:39 AM
Newbie
 
Join Date: Aug 2007
Posts: 12

re: What is your OS and Python Version


i like komodo particularly because it has an interactive python shell inbuilt
  #167  
Old August 16th, 2007, 02:19 PM
varuns's Avatar
Member
 
Join Date: Jun 2007
Location: India
Posts: 39

re: What is your OS and Python Version


Quote:
Originally Posted by r035198x
Step away guys, I moved to Linux (Fedora) and I'm going to try to download and install Python here and that might get someone hurt. Here goes ...

P.S Run to my rescue if you hear a huge arrrrgh.
hi r035198x
good to see you moving to linux, i m sure you will love it.
check Ubuntu Feisty 7.04, its more friendly than Fedora
you can order the CDs from https://shipit.ubuntu.com/
first register yourself (link will be displayed on top right corner)
its free of cost and they will deliver at your doorsteps.

bye
varun
  #168  
Old August 17th, 2007, 05:59 PM
kdt kdt is offline
Member
 
Join Date: Mar 2007
Posts: 50

re: What is your OS and Python Version


I'm using python 2.5 on a dual boot system under windows xp and Ubuntu Feisty Fawn.

Under windows I use pyscripter and SPE for linux. Also just started using wxPython and wxGlade
  #169  
Old August 20th, 2007, 06:36 PM
Newbie
 
Join Date: Aug 2007
Posts: 7

re: What is your OS and Python Version


I'm on Python 2.5, Windows Vista, using IDLE
  #170  
Old August 26th, 2007, 12:44 AM
bgeddy's Avatar
Newbie
 
Join Date: Aug 2007
Location: Liverpool - england
Posts: 16

re: What is your OS and Python Version


Just to contribute...

OS: Slackware Linux v12 and 11, KDE 3.5.4 WM, QT v3, Eric 3 IDE, QTDesigner 3.38, Eclipse 3.3.0 with Pydev and SqlExplorer plugins, MySQL 5.0.37. -- Oh and python 2.4.3 on one box and version 2.5 on another (Slackware 11 and 12 defaults).....

BTW My linux boxes are multiple boot WinXP, Vista, PCLinuxOS and LFS but I rarely boot to another OS besides Slackware. Variety is the spice of life and all that !!
  #171  
Old August 26th, 2007, 03:28 AM
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400

re: What is your OS and Python Version


Quote:
Originally Posted by bgeddy
Just to contribute...

OS: Slackware Linux v12 and 11, KDE 3.5.4 WM, QT v3, Eric 3 IDE, QTDesigner 3.38, Eclipse 3.3.0 with Pydev and SqlExplorer plugins, MySQL 5.0.37. -- Oh and python 2.4.3 on one box and version 2.5 on another (Slackware 11 and 12 defaults).....

BTW My linux boxes are multiple boot WinXP, Vista, PCLinuxOS and LFS but I rarely boot to another OS besides Slackware. Variety is the spice of life and all that !!
Crazy, man... Must be a nice chunk of disc space to hold all of 'em.

Speaking of 'space', I checked out your "my space" - really just wanted to see if that was a pool queue showing in your avatar (nope). (It's good not to have too many friends... lol)

See ya on the board, I hope,
Barton
  #172  
Old September 2nd, 2007, 07:18 AM
Newbie
 
Join Date: Aug 2007
Posts: 11

re: What is your OS and Python Version


I'm using Linux Red Hat and using Python 2.1.1 (I know, I know, but it's work. At home I'm running Ubuntu and Python 2.5, I think (: )
  #173  
Old September 4th, 2007, 04:33 PM
Newbie
 
Join Date: Sep 2007
Location: Salt Lake City, Utah USA
Posts: 14

re: What is your OS and Python Version


Windows XP Professional
Python 2.4.4
  #174  
Old September 6th, 2007, 06:31 PM
Newbie
 
Join Date: Sep 2007
Location: Seattle
Posts: 1

re: What is your OS and Python Version


Python 2.3.5
Mac OS X 10.4.+
Editor: Xcode

Last edited by PhilOnMac; September 6th, 2007 at 06:34 PM. Reason: Add Python Version
  #175  
Old September 13th, 2007, 09:20 PM
Newbie
 
Join Date: Sep 2007
Posts: 2

re: What is your OS and Python Version


I am running SAGE on Windows XP.
  #176  
Old September 14th, 2007, 01:56 PM
Newbie
 
Join Date: Sep 2007
Location: Finland, Hollola
Posts: 1

re: What is your OS and Python Version


Python 2.4.3
Ubuntu 6.06
Editor: kate, gvim
  #177  
Old September 15th, 2007, 07:52 PM
Newbie
 
Join Date: Sep 2007
Posts: 1

re: What is your OS and Python Version


hi to everyone!
nice to be with you!

i'm newbie to python programming language.
i'm using ubuntu 7.04 feisty fawn and i'm going to use Python 2.5
  #178  
Old September 18th, 2007, 04:04 AM
cwoozy's Avatar
Newbie
 
Join Date: Sep 2007
Posts: 5

re: What is your OS and Python Version


I'm on Vista Home Basic (my mistake)
Python v2.4.4
Pretty much just using IDLE.. I didn't even know other editing stuff existed = /
  #179  
Old September 18th, 2007, 07:46 AM
Newbie
 
Join Date: Sep 2007
Posts: 12

re: What is your OS and Python Version


Hi,
I am using RedHat linux
Python version 2.3
  #180  
Old September 19th, 2007, 01:41 PM
Newbie
 
Join Date: Sep 2007
Posts: 6

re: What is your OS and Python Version


Hey all,

I'm using Windows XP pro and Python 2.5.1
I'm also developing applications to Nokia N800 which runs on linux.
  #181  
Old September 21st, 2007, 04:36 AM
Newbie
 
Join Date: Mar 2007
Posts: 2

re: What is your OS and Python Version


I'm using ActivePython 2.5.1.1 and Windows XP on my laptop for development... The server is running Windows 2003...
  #182  
Old September 22nd, 2007, 04:29 AM
pythonner's Avatar
Newbie
 
Join Date: Aug 2007
Location: California
Posts: 10

re: What is your OS and Python Version


Hello,

I'm using Debian 4 and Python 2.5.
  #183  
Old September 28th, 2007, 05:46 PM
WhiteRider's Avatar
Member
 
Join Date: Sep 2007
Location: Glasgow, Scotland
Posts: 37

re: What is your OS and Python Version


OS: Slackware
Python Version: 2.4

I tend to use Kwrite for Python editing. Occasional ViM when I'm editing it through SSH at college or something.
  #184  
Old September 29th, 2007, 07:44 AM
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400

re: What is your OS and Python Version


Quote:
Originally Posted by WhiteRider
OS: Slackware
Python Version: 2.4
Welcome, WhiteRider, and other "Other" OSers.
Fortunately, most of Python will prove to be cross-platform. For installation/compiler issues, I hope that you will be able to help each other.

Quote:
Originally Posted by cwoozy
I'm on Vista Home Basic (my mistake)
Python v2.4.4
Pretty much just using IDLE.. I didn't even know other editing stuff existed = /
Please check out the Articles Section for links to development tool sites.
  #185  
Old September 30th, 2007, 12:28 PM
mythcat's Avatar
Newbie
 
Join Date: Jul 2006
Location: Bucharest
Posts: 3

re: What is your OS and Python Version


Python 2.4.4
Debian 4.1.1-21
  #186  
Old October 1st, 2007, 01:50 AM
GTXY20's Avatar
Newbie
 
Join Date: Oct 2007
Location: Toronto
Posts: 29

re: What is your OS and Python Version


OS: Win XP SP2
Python: 2.5.1
Editor: PythonWin, notepad++, & IDLE
  #187  
Old October 1st, 2007, 11:44 AM
Newbie
 
Join Date: Oct 2007
Posts: 4

re: What is your OS and Python Version


Python 2.5
Fedora 7
vim
  #188  
Old October 1st, 2007, 08:40 PM
Newbie
 
Join Date: Oct 2007
Posts: 28

re: What is your OS and Python Version


Windows XP Pro SP2
Python 2.3
Pythonwin - Python IDE and GUI Framework for Windows.
  #189  
Old October 8th, 2007, 03:36 AM
Newbie
 
Join Date: Oct 2007
Posts: 21

re: What is your OS and Python Version


hi im on windows xp pro with python 2.5 thanx for any help you can give
  #190  
Old October 10th, 2007, 05:15 AM
Member
 
Join Date: Sep 2007
Posts: 90

re: What is your OS and Python Version


windows XP pro and python 2.5
  #191  
Old October 11th, 2007, 05:22 AM
Newbie
 
Join Date: Sep 2007
Location: nj
Posts: 31

re: What is your OS and Python Version


mac osx 10.4.10 with python 2.5.1
  #192  
Old October 13th, 2007, 04:38 PM
Newbie
 
Join Date: Sep 2007
Posts: 9

re: What is your OS and Python Version


Hi, now i'm using Python 2.5, toolkit wxPython 2.8 and Wing IDE on both WinXP profressional and Win Vista Ultimate
  #193  
Old October 13th, 2007, 04:43 PM
Newbie
 
Join Date: Oct 2007
Posts: 3

re: What is your OS and Python Version


WinXP python 2.4.4 pydev plugin eclipe
  #194  
Old October 25th, 2007, 10:41 PM
holihue's Avatar
Newbie
 
Join Date: Oct 2007
Location: Lyngen, Norway
Posts: 2

re: What is your OS and Python Version


I use Ubuntu Linux, with Python 2.5(upgrading all the time(if new version))
I use IDLE to test small things, and I use gedit to edit .py files or make programs.
And pygtk is the GUI I uses, I sed Tkinter before.
  #195  
Old October 27th, 2007, 12:58 AM
Newbie
 
Join Date: Oct 2007
Posts: 4

re: What is your OS and Python Version


Using python 2.5.1 Windows XP pro sp2
  #196  
Old November 11th, 2007, 01:32 AM
Newbie
 
Join Date: Nov 2007
Posts: 10

re: What is your OS and Python Version


Windows Vista Home Premium

Python Version 2.5.1 Tk version 8.4 IDLE Version 1.2.1
  #197  
Old November 14th, 2007, 06:35 AM
Member
 
Join Date: Aug 2007
Posts: 45

re: What is your OS and Python Version


Windows Vista and Python 2.5.
  #198  
Old November 26th, 2007, 09:38 PM
Newbie
 
Join Date: Nov 2007
Posts: 3

re: What is your OS and Python Version


Ubuntu 7.10, running Python 2.5.1
  #199  
Old November 28th, 2007, 11:10 AM
luke14free's Avatar
Member
 
Join Date: Apr 2007
Location: Italy, Milan
Posts: 88

re: What is your OS and Python Version


Pocket Pc [hop rx1955 - windows mobile 5]:
python 2.5 with Tkinter

Nokia [6630]:
python 2.5

Ubuntu 7.04:
python 2.4-2.5 & Eric editor, Boa Constructor.

Windows Xp:
python 2.4-2.5 & Visual Python(on Microsoft Visual Studio), Boa Constructor.
  #200  
Old December 2nd, 2007, 12:46 AM
Newbie
 
Join Date: Dec 2007
Posts: 2

re: What is your OS and Python Version


Home/Work:
Ubuntu Gutsy 7.10
Python 2.5
Gedit, Komodo Edit, SPE
wxWidgets/wxPython

At Work:
Windows XP
Python 2.5
Komodo Edit, SPE
wxPython, Boost.Python
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tkinter button doesn't appear in OS X crystalattice answers 5 December 13th, 2006 03:55 AM
OS X and Python - what is your install strategy? metaperl answers 4 August 25th, 2006 09:45 AM
check interpreter version before running script rbt answers 8 July 19th, 2005 12:30 AM
intigrate the PyGame module with my Python devendra_k@citilindia.com answers 3 July 18th, 2005 11:20 PM