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):
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
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
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
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
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
,
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
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
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
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, "@", "*")
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,
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
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
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
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
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
highly
appreciated.
Regards
Gary
___
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
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,
18 matches
Mail list logo