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 ma
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, t...@
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
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
PythonWin (http://starship.python.net/~skippy/win32/) wraps a lot of the
Windows API.
ctypes (http://python.net/crew/theller/ctypes/), included with Python
2.5 and later (http://docs.python.org/library/ctypes.html), provides
foreign function support.
comtypes (http://starship.python.net/cre
To: Python-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?
>
> >&g
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
Electr
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