Re: [python-win32] Reading .py or .pyc from an excel sheet

2008-02-01 Thread Suraj Barkale
Hi, Pallavi Apotikar tcs.com> writes: > > I know how to write the macro using > VB, but I don't know how to do the same thing using python -- where is > the option available etc. You can not run Python inside excel but you can use COM to get data from an excel sheet using same API as VBA. I h

Re: [python-win32] python on visual studio 2008

2008-01-07 Thread Suraj Barkale
Marcos Pinto gmail.com> writes: > > does anyone know of a third-party which unofficially provides python > built with visual studio 2008, There are patches for python trunk[1] which enable building python on Visual Studio 2008 (even the express editions). But I don't see it being backported to