[python-win32] Alternatives for 'compiling' python code into .exe

2014-01-10 Thread Jacob Kruger
Working with python 2.7, and along with trying to implement a larger, scrolling panel, making use of wx.lib.scrolledpanel.ScrolledPanel, using wxPython 3.0, py2exe no longer seems able to 'compile' code into working .exe files for use on windows - the error message below is generated into the .l

Re: [python-win32] Alternatives for 'compiling' python code into .exe

2014-01-10 Thread Jacob Kruger
OK, another update - took, and modified a slightly different version of the setup.py for py2exe that includes packaging MS runtime files/DLL's in library.zip, etc., and .exe output now seems to work, but anyway... Stay well Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, b

[python-win32] Access coclass interface?

2014-01-10 Thread Khoroshyy Petro
Hi list, I try to control a setup which consist of a monochromator and a CCD camera. I have no bid problems with CCD camera, it works pretty well via Dispatch ... WinspecApp = win32com.Dispatchh("WinX32.WinX32App") ... Here is Win32App CoClass from gen.py file class Winx32App(CoClass): u"Rop

Re: [python-win32] Access coclass interface?

2014-01-10 Thread Thomas Heller
Am 10.01.2014 15:26, schrieb Khoroshyy Petro: Hi list, I try to control a setup which consist of a monochromator and a CCD camera. [...] Now if I try to access a monochromator coclass from another libray in the same way I get com_error: (-2147221005. instrument = win32com.client.Dispatch("JY