[python-win32] win32com error of 'invalid parameters'

2015-11-19 Thread Lewis Thompson
(-2147352567, 'Exception occurred.', (0, u'Xtapi.TTInstrObj.1', u'Invalid Parameters', None, 0, -2147352567), None) Does this mean that an argument needs to be passed as a keyword arg? ___ python-win32 mailing list python-win32@python.org

Re: [python-win32] win32com error of 'invalid parameters'

2015-11-19 Thread Tim Roberts
Lewis Thompson wrote: > (-2147352567, 'Exception occurred.', (0, u'Xtapi.TTInstrObj.1', u'Invalid > Parameters', None, 0, -2147352567), None) > > Does this mean that an argument needs to be passed as a keyword arg? There's no way to tell. -2147352567 is 0x80020009, which is the unhelpful

Re: [python-win32] pyinstaller: failed to create process

2015-11-19 Thread Laura Creighton
In a message of Thu, 19 Nov 2015 14:56:52 +0100, Ulli Horlacher writes: >I have to compile my Python scripts into standalone Windows executables >which I can give to Windows users without Python. >I use PyInstaller on Windows 7 for this task. >It runs without problems with Python 2.7.10 >But I am

[python-win32] pyinstaller: failed to create process

2015-11-19 Thread Ulli Horlacher
I have to compile my Python scripts into standalone Windows executables which I can give to Windows users without Python. I use PyInstaller on Windows 7 for this task. It runs without problems with Python 2.7.10 But I am not able to get it working with Python 3.5 First, I was not able to install

Re: [python-win32] pyinstaller: failed to create process

2015-11-19 Thread Ulli Horlacher
On Thu 2015-11-19 (15:26), Graham Bloice wrote: > > C:\Users\admin>pip install pypiwin32 > > > > Collecting pypiwin32 > > Downloading pypiwin32-219-cp35-none-win32.whl (7.9MB) > > 100% || 7.9MB 61kB/s > > Installing collected packages: pypiwin32 > >