Re: [python-win32] Getting Started

2023-07-14 Thread niki
On 13.07.23 г. 21:06 ч., Jaiven McIntosh wrote: Good Afternoon Win32 team. My name is Jaiven McIntosh. I am working for Edmund Optics this summer for an internship. My job is to create a macro that will change a specification on Solidworks prints. As we know Solidworks is VBA based for its

[python-win32] Getting Started

2023-07-14 Thread Jaiven McIntosh
Good Afternoon Win32 team. My name is Jaiven McIntosh. I am working for Edmund Optics this summer for an internship. My job is to create a macro that will change a specification on Solidworks prints. As we know Solidworks is VBA based for its macros. I have made a macro but I want to wrap it

Re: [python-win32] Getting Started

2011-03-23 Thread Tim Roberts
Tony Wallace wrote: I am trying to develop a python application for the windows platform. As such occasionally I do need to interact with the operating system. I am using windows XP. I have in the past tried to use python tools with windows, but for some reason that escapes me, they all

Re: [python-win32] Getting Started

2011-03-23 Thread Tim Roberts
Tony Wallace wrote: This is what happens when I try and install pywin32: ... error: Python was built with Visual Studio 2003; extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system. If you have Cygwin installed, you

Re: [python-win32] Getting Started

2011-03-23 Thread Tim Roberts
Tony Wallace wrote: I have no reason to build from source. Where do I get this precompiled installation? http://sourceforge.net/projects/pywin32/files/pywin32/Build216/ If I read your messages right, you are running Python 2.5, so you want pywin32-216.win32-py2.5.exe. -- Tim Roberts,

Re: [python-win32] Getting Started [SEC=PERSONAL]

2011-03-22 Thread Andrew MacIntyre
-win32@python.org Subject: [python-win32] Getting Started Hi everyone I am trying to develop a python application for the windows platform. As such occasionally I do need to interact with the operating system. I am using windows XP. I have in the past tried to use python tools with windows

[python-win32] Getting Started

2006-12-27 Thread Stacey Gamble
I'm a new Python user, trying to use the geoprocessing dispatch object. I get an error message as soon as I import the win32com.client. See below. What am I doing wrong? Unhandled exception while debugging... Traceback (most recent call last): File C:\Python21\win32com\__init__.py, line 32,

Re: [python-win32] Getting Started

2006-12-27 Thread Tim Roberts
Stacey Gamble wrote: I’m a new Python user, trying to use the geoprocessing dispatch object. I get an error message as soon as I import the win32com.client. See below. What am I doing wrong? Unhandled exception while debugging... Traceback (most recent call last): File

Re: [python-win32] Getting Started

2006-12-27 Thread eric . powell
Tim- That is the version ESRI shipped with ArcGIS 9.1. I do not know what version they ship with 9.2 (as I am not in the GIS business currently :( ) However, the newer versions worked fine with the ESRI tools (in 9.1 at least) if the users knew to upgrade. Eric Eric B. Powell BSRI

Re: [python-win32] Getting Started

2006-12-27 Thread Stacey Gamble
-Win32 List Subject: Re: [python-win32] Getting Started Stacey Gamble wrote: I'm a new Python user, trying to use the geoprocessing dispatch object. I get an error message as soon as I import the win32com.client. See below. What am I doing wrong? Unhandled exception while debugging