Re: [python-win32] [EXT] [ANN] pywin32 build 305 released

2022-11-07 Thread Scorby, Gary via python-win32
The error I reported in 304 still exists in the interactive window for Python 3.11. Is this scheduled to be fixed? Create the function below. Goes bad when you try to call the function. >>> def biff(x): ... x = x + 1 ... >>> biffFailed to format the args Traceback (most recent call last):

[python-win32] Python 3.11 and pywin32 304

2022-05-11 Thread Scorby, Gary via python-win32
when I type the left parenthesis after the function name. Is there actually a problem with pywin32, or with me? - Thanks, Gary PythonWin 3.11.0b1 (main, May 7 2022, 22:58:47) [MSC v.1931 64 bit (AMD64)] on win32. Portions Copyright 1994-2018 Mark Hammond - see 'Help/About PythonWin

[python-win32] Python 3.9 and win32ui.pyd

2020-05-21 Thread Scorby, Gary
problem finding and accessing win32ui.pyd. Guessing something it needs isn't there, but I can identify what. I've tried this on three different Win 10 machines with the same result. Has anyone else run into this? Thank you in advance. Gary "FINASTRA" is the trade name

Re: [python-win32] Login dialog user ID restriction?

2018-11-19 Thread Scorby, Gary
Thanks for the response. I can hold the key down for 10 seconds or 2 minutes. The result returned when clicking OK is always the same. Also tried individual characters (like ‘12345…’ to confirm. When the window is full, no more characters are accepted. Gary From: python-win32 On Behalf

[python-win32] Login dialog user ID restriction?

2018-11-16 Thread Scorby, Gary
d at how I send could parameters to alter this behavior but don't see anything. Feel free to verbally abuse me if I'm missing the obvious, but can anyone tell me how to expand the number of characters I can send for a user ID? Thank you Gary "FINASTRA" is the trade name of th

[python-win32] Compiler info

2014-12-27 Thread Gary Scorby
What version of Visual Studio is used to compile the current 219 download for Python 2.7? Thank you Gary Scorby [cid:image001.jpg@01CF1D7E.4FA657A0] FINANCIAL TECHNOLOGIES. SOLUTIONS FOR PEOPLE.TM ___ python-win32 mailing list python-win32

[python-win32] odbc under windows 7?

2011-01-22 Thread Gary L Smith
, put me out of my misery. Cheers, Gary Smith ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Accessing a dictionary like object using WebServices from Win32

2010-11-22 Thread Gary Hubbard
Hi I am trying to communicate with a vendor's WebService, using PyWin32.  I am successful using most of the methods, but I don't know how to interpret those returning a dictionary like object. Obfuscating the vendor name with XXX everywhere, to avoid checking on whether it is acceptable to co

Re: [python-win32] Problem registering Python COM object

2009-08-18 Thread Gary Smith
uses the Python error to be elevated to VB's awareness -- that's where I now see details of a Python com server failure -- rather than in the Python trace collector? That's clever. Thank you for your suggestions. You've given me a co

[python-win32] Problem registering Python COM object

2009-08-13 Thread Gary Smith
quot;" Exit Function End If ns = Right(s, 1) degrees = r.allMatches(degreesPattern, s) minutes = r.allMatches(minutesPattern, s) seconds = r.allMatches(secondsPattern, s) degrees = r.replaceAll(degrees, "@", "*")

[python-win32] (no subject)

2009-07-22 Thread Gary Smith
m.server.register.UseCommandLine(reObj) The last few lines register the com server, so all that is necessary is to execute the code. Calling from VBA is: Dim re As Object Set reObj = CreateObject("Python.reObj") Result = reObj(pattern,

Re: [python-win32] Releasing a Com object

2009-01-20 Thread Gary Scorby
That was my original attempt. No luck with that either. This sucker has nine lives. Thanks for your response. Gary From: python-win32-bounces+gary.scorby=harlandfs@python.org [mailto:python-win32-bounces+gary.scorby=harlandfs@python.org] On Behalf Of Greg Antal Sent: Tuesday

Re: [python-win32] Releasing a Com object

2009-01-20 Thread Gary Scorby
n the past have had this problem. Thanks Gary From: bob gailer [mailto:bgai...@gmail.com] Sent: Tuesday, January 20, 2009 11:05 AM To: Gary Scorby Cc: python-win32@python.org Subject: Re: [python-win32] Releasing a Com object Gary Scorby wrote: I'm having trouble releasing a

[python-win32] Releasing a Com object

2009-01-20 Thread Gary Scorby
I'm having trouble releasing a com object. In the past I've always set the instance to None and life is good, as in the example below. I'm currently working with an object I can't release with this method. Anybody have a different/better way to handle this? Thanks Gar

[python-win32] Exposing a Java bean in Python

2008-01-24 Thread Gary Scorby
be appreciated. If there is a different group that this question is better suited for please let me know. I've put in a bit of time searching the web and haven't found anything useful. Thanks Gary ___ python-win32 mailing list pyt

[python-win32] VB Com object problem

2006-03-14 Thread Gary Scorby
ave had no luck.  What in the name of Python, if anything, can I use in the 4th parameter?  I have successfully used other VB com objects with Python, but never with an App requirement.   Thanks for any assistance.   Gary Scorby   This is the description from the vendor- -   T

[python-win32] Sending an event from a python COM server to a VB COM client

2005-11-15 Thread Gary
highly appreciated. Regards Gary   ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] COM server with events

2005-11-10 Thread Gary Kshepitzki
HiI am trying to implement a COM server in python that supports events.I went over the available documentation, I looked in the example in win32com/demos/connect.py (which mixes client and server too much) and still I find it hard to understand what I need to do.I am looking for a complete,