[python-win32] Response.Flush not working

2008-03-07 Thread python-win32
True. Any suggestions? Regards, Ryan McGreal _______ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] pywintypes.com_error- no data source was provided when sending outlook attachment

2016-03-20 Thread Joe via python-win32
quot; #newMail.BCC = "aaa" attachment1 = r'c:\test.txt' newMail.Attachments.Add(attachment1) newMail.Send() pywintypes.com_error: (-2147352567, 'Exception occurred.', (4096, 'Microsoft Outlook', 'Cannot add the attachment; no data source was provided.

[python-win32] wincom32.client problem?

2018-10-02 Thread mastro59 via python-win32
nks -- Sent from: http://python.6.x6.nabble.com/Python-python-win32-f1948913.html___________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Opening existing memory mapped files with pywin32

2021-02-16 Thread rhyslloyd1 via python-win32
7;m planning on opening an existing file. [This](https://pastebin.com/2FVhpDiB) is the error I get when running my code. I'm a novice Python user and I don't know much at all about the Windows API. Thanks in advance for any help!_______________ python-win

Re: [python-win32] Clipboard Documentation

2021-11-30 Thread gw1500 via python-win32
are a pain to work with, and of course don't work at all on other systems. _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32 _______ python-win

Re: [python-win32] Clipboard Documentation

2021-12-01 Thread gw1500 via python-win32
On 12/1/2021 3:07 AM, Tim Roberts wrote: On 11/30/21 7:04 AM, gw1500 via python-win32 wrote: Thanks for the reply. I read about that but was hoping to use pywin32. I can see now the folly of that decision. I have a working minimal test but am looking for something a bit more automated. I

Re: [python-win32] Clipboard Documentation

2021-12-01 Thread gw1500 via python-win32
rmats:     formats.append(standard_formats[format])     else:     formats.append( win32clipboard.GetClipboardFormatName(format) )     finally:     win32clipboard.CloseClipboard()     return formats ___________ python-win32 mailin

Re: [python-win32] python-win32 Digest, Vol 232, Issue 1

2022-10-11 Thread monetclause--- via python-win32
I've had my challenges with 3.10 and stayed on 3.9, with good results. Sent from Android On Tue, Oct 11, 2022 at 11:00, python-win32-requ...@python.org wrote: Send python-win32 mailing list submissions to     python-win32@python.org To subscribe or unsubscribe via the World Wid

[python-win32] Pywin32 Windows Service not responding

2023-03-25 Thread jeremy.farmer1206 via python-win32
5) Misc > python --version > Python 3.11.2 [image.png] Any assistance is very much appreciated! Sent with [Proton Mail](https://proton.me/) secure email._______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] AddObject from C

2023-09-19 Thread dzzie via python-win32
to call PyFinalize with the full library. ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] AddObject from C

2023-09-19 Thread dzzie via python-win32
ey = LCase(StringFromPointer(buf))     Set o = SharedObjects(key)          If Not o Is Nothing Then     HostResolver = ObjPtr(o)     Else     HostResolver = 0     End If   End Function ___________ python-win32 mailing list python-win32@python.org htt

[python-win32] VB6 Listbox methods fail through ROT

2023-10-04 Thread dzzie via python-win32
scripts externally. I have not yet tried with a vb6 activex exe. Most things do work like textboxes, form methods etc. _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] __getattr__ Error

2024-03-17 Thread Jannis via python-win32
lation of the client? Or am I looking in the wrong direction? Thank you & Best Regards ioannis _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] How to correctly handle events using win32com ?

2024-11-29 Thread dornech via python-win32
App.Workbooks.Add() #Create a workbook ws=xlwb.Sheets("Sheet1") #Get the first worksheet xl_events=win32.WithEvents(xlwb,wbEvents) #Add and Event handler # define initalizer keepOpen = True while keepOpen:     time.sleep(0.1)     pythoncom.PumpWaitingMessages() -------- Code2 End

[python-win32] Trouble with list iteration / comprehension for wrapped COM objects

2025-04-18 Thread dornech via python-win32
would alway be increased. It seems, püywin32 has some special support for list comprehension and index adjustment for COM objects? I haven't worked with an iterator before but is this the solution? Thanks in advance. Best Christoph _______

Re: [python-win32] Trouble with list iteration / comprehension for wrapped COM objects

2025-04-19 Thread dornech via python-win32
issue at https://github.com/mhammond/pywin32 since it shouldn't break that way. Cheers On 2025-04-18 8:33 p.m., dornech via python-win32 wrote: Hi there, I am working on an EXCEL wrapper to "phytonize" access to EXCEL. I create a wrapper class for all objects classes derived fr

[python-win32] PYTHON DEVELOPER with 3+ years Exp. ( Job Location : Hyderabad )

2015-09-24 Thread Apple Informatics via python-win32
pple Informatics www.appleinformatics.com 040-65144951,9000611370 ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Windows 10

2015-10-26 Thread Zachary Turner via python-win32
n32spl, comctl32, comdlg32, > gdi32, rasapi32, w32time, wldap32, ws2_32, > tapi32, cfgmgr32, imm32, msvfw32, clfsw32, > netapi32, wtsapi32, mssign32, secur32, riched32 > ___ > python-win32 mailing list > python-win32@python.org &

Re: [python-win32] Building my own C extension

2015-11-04 Thread Zachary Turner via python-win32
tion for the > current "right" way of building things, as an extension developer? > > Thanks in advance, > > Ken > _______ > python-win32 mailing list > python-win32@python.org > https://mail.python.org/mailman/listinfo/pyth

Re: [python-win32] Figuring out why a window is losing focus

2016-02-07 Thread Zachary Turner via python-win32
the offending > program. > > I have no idea how to write a thing like this in Python, and whether this > is even possible. Can you please help me? > > > Thanks for your help, > Ram Rachum. > ___ > python-win32 mailing list >

Re: [python-win32] Figuring out why a window is losing focus

2016-02-07 Thread Zachary Turner via python-win32
ut which >>> one. I want to set Python up to listen to WM_ACTIVATE events (or any other >>> kind of events? Please let me know) and write a log saying which program >>> the focus was passed to. I'm hoping that this way I can find the offending >>> program.

Re: [python-win32] Figuring out why a window is losing focus

2016-02-08 Thread Zachary Turner via python-win32
It's included as part of Visual Studio. Download community edition, it should be there. On Mon, Feb 8, 2016 at 7:33 PM reckoner wrote: > > Where can I safely download this Spy program you are all talking about? > > Thanks! > > > > On 2/8/2016 9:00 AM, python-w

[python-win32] Problem: methods defined in type library's base class are not accessible in inherited class objects of the type library

2016-02-18 Thread Indranil Sinharoy via python-win32
k you very much, Best regards, Indranil. _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Python in Visual Studio

2016-04-16 Thread Mark Lawrence via python-win32
___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Python in Visual Studio

2016-04-16 Thread Zachary Turner via python-win32
lisense. > > On 4/16/2016 16:56, Mark Lawrence via python-win32 wrote: > > For anybody who might be interested this is a podcast featuring Steve > > Dower from Microsoft > > https://talkpython.fm/episodes/show/53/python-in-visual-studio > > > > ___

Re: [python-win32] win32com.server failure: Is debugging possible?

2016-08-27 Thread Zachary Turner via python-win32
ing the Python extension in > between > each install, to try and pin it down. This is not going to be an easy > process. > > _______ > python-win32 mailing list > python-win32@python.org > https://mail.python.org/mailman/listinfo/python-win32 > ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] File monitoring additional information user, process and PID

2016-12-02 Thread colin brice via python-win32
appreciated  Thanks!Col___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Sometimes, oleobj is returned instead of dispobj

2017-07-23 Thread Ivan Pozdeev via python-win32
and there's no earthy need to do so that I can see, maybe a fix is in order? | -- Regards, Ivan _______________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] pythonservice.exe doesn't register

2017-11-05 Thread Pavel Bychikhin via python-win32
not available or not a string I'm using Python 3.5.3 amd64 on Windows 10, pywin32 distribution is pywin32-221.win-amd64-py3.5. Is something wrong with my OS, Python or PyWin32? Thanks in advance -- Best regards, Pavel _______ python-win32 mailing

Re: [python-win32] pythonservice.exe doesn't register

2017-11-05 Thread Pavel Bychikhin via python-win32
I wrote a simple service and it works. Registration doesn't seem to be needed. Sorry for silly question Best regards, Pavel Bychikhin Original Message *Subject: *pythonservice.exe doesn't register *From: *Pavel Bychikhin *To: *python-win32@python.org *Date: *10/31

[python-win32] COM Automation: Problem Accessing Property of Object

2018-05-22 Thread Emre CETIN via python-win32
ngle_object_(self, obj, obUserName=None, resultCLSID=None): AttributeError: '' object has no attribute 'ShowColorScale' After searching on the net I found this question, asked here 10 years ago:[python-win32] COM automation: problem accessing property of derived object obt

Re: [python-win32] COM Automation: Problem Accessing Property of Object

2018-05-22 Thread Emre CETIN via python-win32
0C02A351Cx0x1x4' has no attribute 'CLSIDToClassMap' Any idea of what this is and how to solve it? E m r e On Tuesday, May 22, 2018, 8:14:34 PM GMT+3, Tim Roberts wrote: Emre CETIN via python-win32 wrote: > Hi, I've been looking for a solution to this

Re: [python-win32] COM Automation: Problem Accessing Property of Object

2018-05-22 Thread Emre CETIN via python-win32
x27;t change the error. E m r e On Tuesday, May 22, 2018, 11:09:45 PM GMT+3, Emre CETIN via python-win32 wrote: Thank you for your reply. I wanted to try it but for seom reason the code that has been running without a problem suddenly gave this error: import win32com.client srf = win

Re: [python-win32] COM Automation: Problem Accessing Property of Object

2018-05-22 Thread Emre CETIN via python-win32
an import for it to work: import win32com.client from win32com.client import CastTo  # tried adding this line but it didn't change the error. E m r e On Tuesday, May 22, 2018, 11:09:45 PM GMT+3, Emre CETIN via python-win32 wrote: Thank you for your reply. I wanted to

[python-win32] COM: control menu bar

2018-09-24 Thread Emre CETIN via python-win32
way for me to automate the menubar via win32com? If so could you please help me understand how? Basically i am trying to learn how to control the menu bar of Surfer from Python. Thank you all in advance. _______ python-win32 mailing list python-win32@p

Re: [python-win32] COM: control menu bar

2018-09-25 Thread Emre CETIN via python-win32
. I'm still stuck :/ E m r e On Tuesday, September 25, 2018, 1:33:01 AM GMT+3, Simon McConnell wrote: I haven't used it myself but I believe this is what pywinauto does:  http://pywinauto.github.io On Tue, 25 Sep 2018 at 02:04 Emre CETIN via python-win32 wrote: Hi, I am writ

Re: [python-win32] COM: control menu bar

2018-09-28 Thread Emre CETIN via python-win32
d. E m r e On Tuesday, September 25, 2018, 5:40:49 PM GMT+3, Emre CETIN via python-win32 wrote: Hello Simon. Thank you for your response. I had read of pywinauto but hadn't used it before. After your advise i have been working on it for hours. But unfortunately i can not get th

Re: [python-win32] COM: control menu bar

2018-09-30 Thread Emre CETIN via python-win32
CETIN via python-win32 wrote: > from there is was a matter of controlling the keyboard with the > SendKeys() command. This seems pretty fragile at best.  If the menu bar is a standard Windows control, the window will respond to WM_COMMAND messages and carry out the appropriate menu com

[python-win32] How to obtain printer HANDLE as int in Python

2018-12-10 Thread paolo bonatti via python-win32
ion Pdfix_init(cwd + Utils.getModuleName('pdfix')) PrintPage(email, licenseKey, cwd + '/resources/test.pdf'), Pdfix_destroy() except Exception as e: print('Oops! ' + str(e)) ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Performing ReplyAll to outlook email message

2019-03-15 Thread Ahmed Matar via python-win32
Body print(emailBody) responseToEmail = “Hi, thanks for your email, I have received it” #what I would like to do now is do a “Reply all” with my reponse being “ResponseToEmail” Any ideas if this is possible?_______ python-win32 mailing list python-wi

[python-win32] Retrieve Windows Notifications With pywin32

2019-06-02 Thread DAI VU via python-win32
or pywin32? Thank you in advance. David _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Retrieve Windows Notifications With pywin32

2019-06-05 Thread DAI VU via python-win32
Hi Tim, Thank you for the response. I need to deal with toast notifications. I am not sure if that answer your question. Regards,David On Sunday, June 2, 2019, 9:05:32 PM PDT, Tim Roberts wrote: On Jun 2, 2019, at 6:06 PM, DAI VU via python-win32 wrote: ]I am new to python/pywin32

[python-win32] Word Application saving to PDF

2019-10-08 Thread Holland, James via python-win32
ail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this information is prohibited, and may be punishable by law. If this was sent to you in error,

Re: [python-win32] printing hard copies

2020-02-24 Thread Aidan Carter via python-win32
bit Thanks!_______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] pywin32 has different behavior when running from * .exe or * .py

2020-06-21 Thread andrei andrei via python-win32
uses: Py 3.6.7. Dose anyone know why pywin32 has different behavior when running from * .exe or * .py, and also why it has different behavior on different PCs ? Have a nice day,Andrei_______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Getting web credentials in Win10 with pywin32

2020-08-04 Thread Mr Hat via python-win32
rate() and than searching for the right credentials, but I didn't find any, which I could easily list with vaultcmd.exe. Thanks in advance. _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Use TPM from Crypto API

2020-11-22 Thread Antoine FERRON via python-win32
tLogiK bitlogik.fr (https://bitlogik.fr) — PGP Key ID#22F95B31 (https://pgp.key-server.io/0xE353957C22F95B31) _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Use TPM from Crypto API

2020-11-23 Thread Antoine FERRON via python-win32
On Nov 22 2020, at 8:14 pm, Tim Roberts wrote: > On Nov 22, 2020, at 4:16 AM, Antoine FERRON via python-win32 > wrote: > > > > Can you confirm that TPM "Microsoft Platform Crypto Provider" requires > > "CNG", and pywin32 is only "CAPI" ca

[python-win32] OutlookAddin.py msoControlButton Caption not working

2021-06-20 Thread Premanshu Basak via python-win32
__name__ == '__main__': import win32com.server.register win32com.server.register.UseCommandLine(OutlookAddin) if "--unregister" in sys.argv: UnregisterAddin(OutlookAddin) else: RegisterAddin(OutlookAddin) Regards, Premanshu ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Pywin32 local variable

2021-08-12 Thread Salih KUYUMCU via python-win32
an make more explanations. I used Stefan Schnell's page in SAP community. ___________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Unable to detect shutdown

2022-03-09 Thread Antoine FERRON via python-win32
== win32con.CTRL_SHUTDOWN_EVENT: > f.write("CTRL_SHUTDOWN_EVENT\n") > return False > else: > return False > > def main(): > print('Starting Program!') > win32api.SetConsoleCtrlHandler(ctrl_handler, True) > while

[python-win32] Python 3.11 and pywin32 304

2022-05-11 Thread Scorby, Gary via python-win32
r 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 pa

[python-win32] Hi

2022-07-06 Thread osama saadi via python-win32
Dear Sir,I am using colab and try to install pywin32.I used the following code (!pip install pywin32) but I got error. Please can you help me how to install it?Yours SincerelyOsama ___ python-win32 mailing list python-win32@python.org https

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

2022-11-07 Thread Scorby, Gary via python-win32
x27;formatargspec' ( -Original Message- From: python-win32 On Behalf Of Mark Hammond Sent: Sunday, November 6, 2022 12:52 AM To: Python-win32@python.org Subject: [EXT] [python-win32] [ANN] pywin32 build 305 released Hi all, I'm happy to announce the release of pywin32 build

Re: [python-win32] python 3.8 Alternative of py2exe for com server

2022-12-15 Thread Antoine FERRON via python-win32
there is any alternative to build a com server and freeze it > in python 3.8 > > regards, > Matteo > > > _______ > python-win32 mailing list > python-win32@python.org > https://mail.python.org/mailman/listinfo/python-win32 > ____

Re: [python-win32] How to enable events for Python Active Scripting?

2023-03-13 Thread Wuping Xin via python-win32
ilto:mhamm...@skippinet.com.au>> To "Wuping Xin" mailto:wup...@caliper.com>> Cc "Python-win32@python.org<mailto:Python-win32@python.org>" mailto:Python-win32@python.org>> Date 3/13/2023 8:45:37 PM Subject Re: [python-win32] How to enable events for Py

Re: [python-win32] How to enable events for Python Active Scripting?

2023-03-13 Thread Wuping Xin via python-win32
ally create the Source/EventSink connection. Wuping -- Original Message -- From "Mark Hammond" mailto:mhamm...@skippinet.com.au>> To "Wuping Xin" mailto:wup...@caliper.com>> Cc "Python-win32@python.org<mailto:Python-win32@python.org>" mail

Re: [python-win32] How to add citations to a word document

2023-03-16 Thread Ryan Dikdan via python-win32
edit or unprotect the field would be appreciated. I was thinking of deleting and remaking the field, but this duplicates the references I think. Yours truly, Ryan Dikdan ________ From: Steven Manross Sent: Wednesday, March 1, 2023 6:43 PM To: Ryan Dikdan ; python

Re: [python-win32] How to enable events for Python Active Scripting?

2023-03-17 Thread Wuping Xin via python-win32
.com.au>> To "Wuping Xin" mailto:wup...@caliper.com>> Cc "Python-win32@python.org<mailto:Python-win32@python.org>" mailto:Python-win32@python.org>> Date 3/14/2023 12:47:27 AM Subject Re: [python-win32] How to enable events for Python Active Scripting? W

Re: [python-win32] How to add citations to a word document

2023-03-19 Thread Ryan Dikdan via python-win32
e two instead, messy, but it'll work hopefully. Yours truly, Ryan Dikdan From: Steven Manross Sent: Friday, March 17, 2023 2:04 AM To: Ryan Dikdan ; python-win32@python.org Subject: RE: How to add citations to a word document A quick googl

Re: [python-win32] win32api.pyd will be block by smart app control in win11

2023-04-14 Thread Antoine FERRON via python-win32
l on. > is there anyone meet this problem? > how can I fix or pass it? > > Best Regards > Leen > _______ > python-win32 mailing list > python-win32@python.org > https://mail.python.org/mailman/listinfo/python-win32 _____

[python-win32] win32com, server/policy.py bug? policy.py Line 639

2023-04-16 Thread Wuping Xin via python-win32
== -2147352572 or args[0] == None): return func() else: return func(*args) ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] win32com, server/policy.py bug? policy.py Line 639

2023-04-16 Thread Wuping Xin via python-win32
) Then we can make VBA, Delphi, C++ all clients happy. Agree? Should I submit a pull request? Wuping -- Original Message -- From "Wuping Xin" mailto:wup...@caliper.com>> To "Mark Hammond" mailto:mhamm...@skippinet.com.au>> Cc "Python-win32@pyth

Re: [python-win32] win32com, server/policy.py bug? policy.py Line 639

2023-04-17 Thread Wuping Xin via python-win32
argspec(func).args) == 1: return func() else: return func(*args) Wuping -- Original Message -- From "Mark Hammond" mailto:mhamm...@skippinet.com.au>> To "Wuping Xin" mailto:wup...@caliper.com>> Cc "Python-win32@python.org<mailto:

Re: [python-win32] win32com, server/policy.py bug? policy.py Line 639

2023-04-17 Thread Wuping Xin via python-win32
Message -- From "Wuping Xin" mailto:wup...@caliper.com>> To "Mark Hammond" mailto:mhamm...@skippinet.com.au>> Cc "Python-win32@python.org<mailto:Python-win32@python.org>" mailto:Python-win32@python.org>> Date 4/17/2023 8:42:14 AM Subject Re[

[python-win32] Setting Focus Assist Mode via COM

2023-05-29 Thread name zero via python-win32
;, clsctx=pythoncom.CLSCTX_LOCAL_SERVER) fails with "pywintypes.com_error: (-2147221164, 'Class not registered', None, None)" Thank you and best regards! ___________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Setting Focus Assist Mode via COM

2023-05-31 Thread name zero via python-win32
or to python being able to automate it.   Here is an example that should work on your system…   ms_dict = win32com.client.Dispatch('Scripting.Dictionary')   … because the scripting dictionary object class is installed in just about every Windows OS since pre-WindowsXP  

Re: [python-win32] Setting Focus Assist Mode via COM

2023-06-01 Thread name zero via python-win32
ctures that needed to be defined (it was for some data from Terminal Server that is not publicly supported – but totally capable of being read from Windows).   HTH   Steven From: python-win32 On Behalf Of name zero via python-win32 Sent: Tuesday, May 30, 2023 10:32 PM To: python-win32@python.or

[python-win32] Python Active Scripting Error - should I ignore it?

2023-06-29 Thread Wuping Xin via python-win32
ould not initialize - : Cannot create a consistent method resolution [22076] order (MRO) for bases DebugDocumentInfo, DebugDocumentText, DebugDocument ___________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Python Active Scripting Error - should I ignore it?

2023-06-29 Thread Wuping Xin via python-win32
? -- Original Message -- From "Wuping Xin" mailto:wup...@caliper.com>> To "Python-win32@python.org<mailto:Python-win32@python.org>" mailto:Python-win32@python.org>> Date 6/29/2023 2:15:27 PM Subject Python Active Scripting Error - should I ignore it? When I runn

[python-win32] PythonService was unable to locate the service manager

2024-01-11 Thread Jacob Nolan via python-win32
service with install flag - Attempted to start service with start flag - PythonService was unable to locate the service manager. Please see the event log for details. -- *Thanks* *Jacob*_______ python-win32 mailing list python-win32@python.org https://ma

Re: [python-win32] PythonService was unable to locate the service manager

2024-01-12 Thread Jacob Nolan via python-win32
rk On 2024-01-11 1:20 a.m., Jacob Nolan via python-win32 wrote: Currently experiencing this issue on my Windows machine when installing a Windows Service. This is the error output I get from running in the cmd as administrator. Restricting me from being able to run my services. *- PythonSer

Re: [python-win32] PythonService was unable to locate the service manager

2024-01-18 Thread Jacob Nolan via python-win32
mond wrote: On 2024-01-11 5:46 p.m., Jacob Nolan via python-win32 wrote: I performed a custom install for all users on my E: drive (E:/installs/python3). Added it to the path. It is not under my specific user account. My understanding is this is a global install. What exactly is E:? If anyt

[python-win32] Dispatch vs EnsureDispatch performance

2024-04-17 Thread Sven Bardos via python-win32
er() print(f"Time ellapsed (early): {end - start}s") EnsureDispatch is a little bit slower ~4.2s compared to ~4.0s. If I don't get a performance boost with EnsureDispatch, is there even a point using it? Thanks, Sven _______ python-win32 mailing list python

[python-win32] pythonservice.exe registration failed used by another process

2024-04-25 Thread Jacob Nolan via python-win32
2/Lib/win32serviceutil.py#L215 Thank you, Jacob -- || ___________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Dispatch vs EnsureDispatch performance

2024-07-17 Thread Sven Bardos via python-win32
e of upsetting some COM objects - eg, when `foo.bar` is seen, > EnsureDispatch knows for sure that `bar` is a method, but dynamic dispatch > doesn't know if the resulting object is going to be called or not. > > HTH, > > Mark > On 2024-04-17 2:07 a.m., Sven Bardos via pytho

Re: [python-win32] Using relative python path in exe files generated by `ScriptMaker`

2024-12-10 Thread Ilya Kazakevich via python-win32
x27;t do that, so we decided to create a `zip` archive and download it on agent. It works and it is pretty fast, and `python.exe` itself is portable. The only problem is those scripts like `poetry.exe`. ___ python-win32 mailing list python-win32@python.org

[python-win32] Using relative python path in exe files generated by `ScriptMaker`

2024-12-09 Thread Ilya Kazakevich via python-win32
how to fix it in a proper way? Thank you in advance, Ilya. _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Failed to load Win32uiApplicationInit

2025-04-05 Thread Andrea Gavana via python-win32
__ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Trouble with list iteration / comprehension for wrapped COM objects

2025-04-18 Thread Mark Hammond via python-win32
I'm not sure what's going wrong here. Does fetching the list of workspaces as a simple list work? That would be a workaround, and feel free open an issue at https://github.com/mhammond/pywin32 since it shouldn't break that way. Cheers On 2025-04-18 8:33 p.m., dornech via pyt

[python-win32] Python Active Scripting Debug

2025-02-28 Thread Wuping Xin via python-win32
n advance! W.X. _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Python Active Scripting Debug

2025-03-03 Thread Wuping Xin via python-win32
Thank you Mark for the response. Appreciate your input. Best Wuping -- Original Message -- From "Mark Hammond" To "Wuping Xin" ; "python-win32@python.org" Date 3/3/2025 10:24:18 AM Subject Re: [python-win32] Python Active Scripting Debug It ha

Re: [python-win32] python-win32 Digest, Vol 258, Issue 1

2025-03-01 Thread Wuping Xin via python-win32
;AXDebug no longer builds on 3.11 and up" include_dirs = self.compiler.include_dirs + os.environ.get("INCLUDE", "").split( os.pathsep ) -- Original Message -- From "Wuping Xin" To "python-win32@python.org" ; "Mark Hamm

Re: [python-win32] python-win32 Digest, Vol 258, Issue 1

2025-03-01 Thread Wuping Xin via python-win32
Forget it. I figured out. W. X. -- Original Message -- From python-win32-requ...@python.org To python-win32@python.org Date 3/1/2025 12:00:02 PM Subject python-win32 Digest, Vol 258, Issue 1 Send python-win32 mailing list submissions to python-win32@python.org To subscribe

[python-win32] pywin32 in python 64bit-3.7 environment

2022-07-05 Thread De Silva, Thushara via python-win32
-amd64-py3.7.exe. Would you all help me? Thanks, Thushara ___________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Creating splitter

2025-03-27 Thread Juha-Pekka Ahto via python-win32
.create_window() With best regards, JP ___________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] makepy Promlem? pywintypes.com_error: (-2147352573, 'Member not found.', None, None)

2018-10-15 Thread Bloder, Ludwig AVL/AT via python-win32
and best regards Ludwig AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M, Landesgericht fuer ZRS Graz _______ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32

[python-win32] Python installer for Windows not working on silent installation

2021-02-08 Thread Romulus G | Heimdal™ via python-win32
bited. ___ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32