Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Thanks Tim for your reply. I did get that build . Also thanks for the examples. Looking forward to using the module Hari On Dec 7, 3:22 pm, Tim Golden wrote: > You want something from here: > >    http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/ > > Which one you need will depe

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Thanks Ian for your reply. I downloaded the zip file linked by the "Download Binaries/View All files link" . All that gave me was a zip file which unpacked to the source and documentation implying I had to use distutils. If instead I looked at the Build 214 link on sourceforge which corresponds to

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread Tim Golden
You want something from here: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20214/ Which one you need will depend on your architecture and the version of Python you're running TJG -- http://mail.python.org/mailman/listinfo/python-list

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Using the "binary" offered on sourceforge and calling "python setup.py install" Has the install asking for "vcsvarsall.bat" . So this does not seem to be a binary build On Dec 7, 1:27 pm, Ian wrote: > On Dec 7, 11:02 am, harijay wrote: > > > > > > > > > > > Hi I am using Python 2.6.5 on Windo

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread Ian
On Dec 7, 11:02 am, harijay wrote: > Hi I am using Python 2.6.5 on Windows. > > I wanted to start using the win32com extensions which I understand are > "essentially part of the stdlib" ( quoted > inhttp://tgolden.sc.sabren.com/python/win32_how_do_i.html) > Since I didnt have the extensions as st

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread Godson Gera
Not sure what you are trying to do but you can get a standalone binaries from http://sourceforge.net/projects/pywin32/ which gets installed without any issues. If for some reason you are still having issues, you can try ActiveState Python which come bundled with pywin32 packages. On Tue, Dec 7, 2

win32com pythonwin extensions part of stdlib?

2010-12-07 Thread harijay
Hi I am using Python 2.6.5 on Windows. I wanted to start using the win32com extensions which I understand are "essentially part of the stdlib" ( quoted in http://tgolden.sc.sabren.com/python/win32_how_do_i.html) Since I didnt have the extensions as standard I went to sourceforge to get the module