[python-win32] Basic question about pywin32, does it work with 64 bit versions of O365?

2021-01-21 Thread Charlie Lamm
I am contemplating rolling out some pywin32 scripts but my office has a combination of 64 bit and 32 bit local office365 builds. Q: Will pywin32 scripts work w/ 64 bit office? Because of shelter in place I don't have a W10 machine running 64 bit office to test this on, but maybe someone knows? Th

Re: [python-win32] [Fwd: Re: Reading constants]

2009-01-28 Thread Charlie Clark
rt to Client side COM. Got it! The constants I'm interested get slightly different names but so it's worth a look at the generated Python file which has them all nicely commented. Charlie -- Charlie Clark Helmholtzstr. 20 Düsseldorf D- 40215 Tel: +49-211-938-5360 GSM: +

Re: [python-win32] Reading constants

2009-01-28 Thread Charlie Clark
Am 27.01.2009 um 18:36 schrieb Vernon Cole: Charlie: In my experience, which goes back 35 years, constants like this are pretty much what the word implies -- constant. They are used to communicate between two software packages which were made by different people on different machines using

[python-win32] Reading constants

2009-01-27 Thread Charlie Clark
o me that this might break easily and isn't quite the correct way of doing this. I've read about using introspection to generate the constants in win32com.client but haven't been able to get this to work. Is this a once only procedure or is it possible at run time? Thanks in

[python-win32] Announce: Parametric Solutions (parasol)

2009-01-25 Thread Charlie Taylor
Parasol is a python framework in which mathematical models can be investigated parametrically. Parasol enables easy optimization, sensitivity study, and visualization. The math model can be as big or as small as desired. Output is generated in plain text, HTML, and native Microsoft Suite files (Exc

[python-win32] Biggles on Windows with python2.5

2008-03-22 Thread Charlie Taylor
Has anyone installed a version of biggles on Windows with python 2.5? The Martin Lamar version for python 2.3 was a big help, but I finally upgraded to python 2.5 and I am having trouble with the biggles build. Thanks, Charlie

Re: [python-win32] want to leave DOS console at any target dir

2007-11-22 Thread Charlie
; > @-salutations > > Michel Claveau > Thanks, That launches a new DOS console at the desired directory location. Pretty close to what I was hoping for. Charlie ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] want to leave DOS console at any target dir

2007-11-21 Thread Charlie
bob gailer alum.rpi.edu> writes: > > Charlie wrote: > > When launching a python script from a DOS console, > > I can not find a way to leave the DOS console at a working directory > > other than the initial working directory. > > > Why do you w

[python-win32] want to leave DOS console at any target dir

2007-11-18 Thread Charlie
When launching a python script from a DOS console, I can not find a way to leave the DOS console at a working directory other than the initial working directory. os.chdir only seems to work for the python script context, not the DOS context. I guess this amounts to a work-around for no "os.fc

[python-win32] ERROR installing pywin32 for python 2.2

2005-01-11 Thread Charlie Taylor
I am getting an error from the install of... pywin32-203.win32-py2.2.exe on an NT 4.0 system. It looks like the "import win32trace" statement is the point of failure and gives the error message... error: (3, 'CreateMutex', 'The system cannot find the path specified.') Does anyone recognize this

[python-win32] upgrading to python 2.4

2004-12-08 Thread Charlie Taylor
Is there a good reference to the steps that should be taken to upgrade a Windows machine to the next version of python? My journey from 2.2 to 2.3 was very knicker-twisting. I'm hoping for more of a controlled landing on 2.4. ___ Python-win32 mailing l