Re: [python-win32] error 1: incorrect function when starting service python

2021-03-30 Thread Shaik Saleem Basha
Both the laptop has same version On Tue, 30 Mar 2021, 22:41 Tim Roberts, wrote: > Shaik Saleem Basha wrote: > > Issue: > > > > 1.I have created a python script for windows service, service is > > creating I can't able to run I'm getting the following error

[python-win32] error 1: incorrect function when starting service python

2021-03-30 Thread Shaik Saleem Basha
Hi Everyone I'm facing an issue while running a python script as a windows service can anyone help me??Issue:1.  I have created a python script for windows service, service is creating I can't able to run I'm getting the following error ( The pythonftp service terminated with the following

Re: [python-win32] Excel cannot open or save

2020-09-22 Thread Shaik Saleem Basha
Try to remove access rights for excel file or use python schedule library. Regards,Saleem.From: João Pedro Arruda LemeSent: Wednesday, September 23, 2020 3:27 AMTo: python-win32@python.orgSubject: [python-win32] Excel cannot open or save Hello, I've been facing a problem when trying to execute a

Re: [python-win32] 'module' object has no attribute 'CLSIDToClassMap' strangeness

2020-09-09 Thread Shaik Saleem Basha
This error seem to be the module is not imported ,try importing it.  Regards,Saleem.  From: Harsh KhadloyaSent: Thursday, September 10, 2020 3:28 AMTo: python-win32@python.org; rbell01...@earthlink.netSubject: [python-win32] 'module' object has no attribute 'CLSIDToClassMap' strangeness Hi

Re: [python-win32] pywintypes.com_error: (-2147221005, 'Invalid class string', None, None)

2020-09-08 Thread Shaik Saleem Basha
g in another windows laptop there I’m not getting this errors.  Thanks & Regards,Saleem.From: Tim RobertsSent: Wednesday, September 9, 2020 12:16 AMTo: python-win32@python.orgSubject: Re: [python-win32] pywintypes.com_error: (-2147221005, 'Invalid class string', None, None) Shaik Saleem Basha wrote:&g

Re: [python-win32] pywintypes.com_error: (-2147221005, 'Invalid class string', None, None)

2020-09-08 Thread Shaik Saleem Basha
When I downloaded install python by default it installed 32bit version only so pywin32 also I installed 32bit only Quicopc library is installed On Tue, 8 Sep 2020, 22:15 Tim Roberts, wrote: > Shaik Saleem Basha wrote: > > > > Hi, > > > > I’m using python 3.

[python-win32] pywintypes.com_error: (-2147221005, 'Invalid class string', None, None)

2020-09-08 Thread Shaik Saleem Basha
Hi,I’m using python 3.8.5 32 bit  and also I have installed pywin32 by this command pip install pywin32 but when I execute my coed i’m getting the following error pywintypes.com_error: (-2147221005, 'Invalid class string', None, None)  My code :import win32com.clientclient =