I've looked to see if anyone else is having this issue.  I haven't found 
anything.  When trying to call a function in the interactive window I get what 
you see below.  Appears to be trying to access a deprecated method.  I'd like 
to start testing with 3.11.  The error occurs 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' for 
further copyright information.
>>> def biff(a, b):
...           print(a + b)
...
>>> biffFailed to format the args
Traceback (most recent call last):
  File "C:\Python311-64\Lib\site-packages\pythonwin\pywin\idle\CallTips.py", 
line 135, in get_arg_text
    arg_getter = getattr(inspect, "getfullargspec", inspect.getargspec)
                                                    ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'
"FINASTRA" is the trade name of the FINASTRA group of companies. This email and 
any attachments have been scanned for known viruses using multiple scanners. 
This email message is intended for the named recipient only. It may be 
privileged and/or confidential. If you are not the named recipient of this 
email please notify us immediately and do not copy it or use it for any 
purpose, nor disclose its contents to any other person. This email does not 
constitute the commencement of legal relations between you and FINASTRA. Please 
refer to the executed contract between you and the relevant member of the 
FINASTRA group for the identity of the contracting party with which you are 
dealing.
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to