Python Forum
Help for COM server implementation ("Unspecified error" on Dispatch())
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help for COM server implementation ("Unspecified error" on Dispatch())
#2
Your AdapteurAntidote expects parent argument at instantiation (in __init__). It does not pass parent when create the instance when register and you get TypeError: __init__() missing 1 required positional argument: 'parent' (first in the list of errors).
Try to implemement your class without parent in __init__ or look how to pass that argument when register (I don't know how/is it possible).
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Help for COM server implementation ("Unspecified error" on Dispatch()) - by buran - Jul-24-2021, 04:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Server Folder Error : WinError5 Access Denied fioranosnake 1 1,203 Jun-21-2022, 11:11 PM
Last Post: Larz60+
Exclamation 0x80072efd - unspecified error Souvr13 3 3,956 Dec-06-2021, 02:59 PM
Last Post: snippsat
  How to take the tar backup files form remote server to local server sivareddy 0 2,007 Jul-14-2021, 01:32 PM
Last Post: sivareddy
  500 internal server error Nitil 1 2,984 May-01-2021, 06:16 PM
Last Post: snippsat
  Connection timed out error when connecting to SQL server kenwatts275 2 3,439 Jun-02-2020, 07:35 PM
Last Post: bowlofred
  Python script Server list - if condition error razor04 12 5,470 Jan-27-2020, 09:05 PM
Last Post: razor04
  Internal Server Error 500 on creating .py file patrickluethi 0 1,819 Aug-02-2019, 01:57 PM
Last Post: patrickluethi
  Paste Special with multiple arguments with Dispatch CaptainCsaba 3 5,850 Jun-20-2019, 07:27 PM
Last Post: Larz60+
  Executing python script from SQL Server agent job getting error msavoy 1 3,765 Feb-15-2019, 08:37 PM
Last Post: Larz60+
  python 'SMTP debugging server' not starting local error pcsailor 1 3,547 Nov-26-2018, 10:13 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020