PythonWin -vs- Idle

2009-02-26 Thread Gary Schells
Hello, Python newbie here. I am working with Python and geoprocessing in ArcGIS. I'm taking a training course online and the exercise I'm working on makes mention of using PythonWin instead of Idle. I am using version 2.5 and have not been able to locate PythonWin. The download just

Re: PythonWin -vs- Idle

2009-02-26 Thread Chris Rebert
On Thu, Feb 26, 2009 at 2:23 PM, Gary Schells gsche...@hotmail.com wrote: Hello, Python newbie here.  I am working with Python and geoprocessing in ArcGIS. I'm taking a training course online and the exercise I'm working on makes mention of using PythonWin instead of Idle. I am using

Re: PythonWin -vs- Idle

2009-02-26 Thread Steve Holden
Chris Rebert wrote: On Thu, Feb 26, 2009 at 2:23 PM, Gary Schells gsche...@hotmail.com wrote: Hello, Python newbie here. I am working with Python and geoprocessing in ArcGIS. I'm taking a training course online and the exercise I'm working on makes mention of using PythonWin instead of Idle.

Re: PythonWin -vs- Idle

2009-02-26 Thread alex23
On Feb 27, 8:40 am, Chris Rebert c...@rebertia.com wrote: On Thu, Feb 26, 2009 at 2:23 PM, Gary Schells gsche...@hotmail.com wrote: I am using version 2.5 and have not been able to locate PythonWin.  The download just includes Idle for the environment.  Can anyone point me in the right

Re: PythonWin -vs- Idle

2009-02-26 Thread Niklas Norrthon
On 27 Feb, 01:40, Steve Holden st...@holdenweb.com wrote: Chris Rebert wrote: On Thu, Feb 26, 2009 at 2:23 PM, Gary Schells gsche...@hotmail.com wrote: Hello, Python newbie here.  I am working with Python and geoprocessing in ArcGIS. I'm taking a training course online and the exercise

Re: win32com ChartObject pythonwin vs idle

2008-08-01 Thread sterling
On Jul 31, 11:22 pm, Roger Upole [EMAIL PROTECTED] wrote: sterling [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm curious as to why the difference between IDLE and pythonWin when using win32com. opening an excel file, i've attempted to grab the chart information out

Re: win32com ChartObject pythonwin vs idle

2008-07-31 Thread Tim Golden
sterling wrote: I'm curious as to why the difference between IDLE and pythonWin when using win32com. opening an excel file, i've attempted to grab the chart information out of the file. commands like co = ChartObjects(1) works in pythonWin but doesn't work in IDLE. however, on both co =

Re: win32com ChartObject pythonwin vs idle

2008-07-31 Thread sterling
On Jul 31, 4:28 am, Tim Golden [EMAIL PROTECTED] wrote: sterling wrote: I'm curious as to why the difference between IDLE and pythonWin when using win32com. opening an excel file, i've attempted to grab the chart information out of the file. commands like co = ChartObjects(1)  works in

Re: win32com ChartObject pythonwin vs idle

2008-07-31 Thread Roger Upole
sterling [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm curious as to why the difference between IDLE and pythonWin when using win32com. opening an excel file, i've attempted to grab the chart information out of the file. commands like co = ChartObjects(1) works in

win32com ChartObject pythonwin vs idle

2008-07-30 Thread sterling
I'm curious as to why the difference between IDLE and pythonWin when using win32com. opening an excel file, i've attempted to grab the chart information out of the file. commands like co = ChartObjects(1) works in pythonWin but doesn't work in IDLE. however, on both co = chartobjects(1) works