Re: [python-win32] I need to make a COM object with py2exe. Please HELP!

2015-05-01 Thread Waldemar Osuch
This project seems to be relevant to the discussion. http://xlwings.org/ It's Excel <-> Python integration. Maybe you do not have to start from scratch to achieve your goal. w/o ___ python-win32 mailing list python-win32@python.org https://mail.python.o

Re: [python-win32] I need to make a COM object with py2exe. Please HELP!

2015-05-01 Thread Tim Roberts
Diego Vélez Torres wrote: > > After studying the "Python Programming on Win32" book, I was able to > make COM servers . But so far I can pass simple arguments (in both > directions) between Visual Basic and the Python COM server (e.g. > integers, strings, floats and arrays). I wonder if it's possi