Re: [python-win32] building pywin32 for python 2.6...

2013-01-30 Thread Jerry Hill
On Wed, Jan 30, 2013 at 9:29 AM, SEIGAL Nick wrote: > I am trying to get pywin32 build 218 installed and am having trouble. Here > is the error I am getting: ... > Any suggestions? Install using one of the installers from http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/ instead

Re: [python-win32] building pywin32 for python 2.6...

2013-01-30 Thread Preston Landers
I thought you had to have Visual Studio 2008 to build Python 2.6 and extensions. You might want to confirm that VS 2010 is supported for the releases you're using. Failure to find vcvarsall.bat can be caused if you're trying to run this from a regular windows command line. Try launching the Visual

Re: [python-win32] building pywin32 for python 2.6...

2013-01-30 Thread SEIGAL Nick
I am trying to get pywin32 build 218 installed and am having trouble. Here is the error I am getting: C:\Python26>python F:\Downloads\Python\pywin32\pywin32-218\setup.py install Building pywin32 2.6.218.0 running install running build running build_py running build_ext Found version 0x601 in C:\P

Re: [python-win32] building pywin32 for python 2.6...

2009-01-06 Thread Mark Hammond
Mark Hammond Subject: Re: [python-win32] building pywin32 for python 2.6... To: apocalypse2...@yahoo.com Cc: python-win32@python.org Date: Tuesday, January 6, 2009, 3:59 PM On 6/01/2009 8:04 AM, Raymond Stewart wrote: > C:\Users\raymond.stewart\Desktop\pywin32-212>setup.py -q build Try exp

Re: [python-win32] building pywin32 for python 2.6...

2009-01-06 Thread Raymond Stewart
Package? Or is something else wrong? Raymond --- On Tue, 1/6/09, Mark Hammond wrote: From: Mark Hammond Subject: Re: [python-win32] building pywin32 for python 2.6... To: apocalypse2...@yahoo.com Cc: python-win32@python.org Date: Tuesday, January 6, 2009, 3:59 PM On 6/01/2009 8:04 AM, Raymond Ste

Re: [python-win32] building pywin32 for python 2.6...

2009-01-06 Thread Mark Hammond
On 6/01/2009 8:04 AM, Raymond Stewart wrote: C:\Users\raymond.stewart\Desktop\pywin32-212>setup.py -q build Try explicitly putting the full path to the python 2.6 python.exe on the command-line - I'm guessing '.py' is associated with Python 2.5 (and on Python 2.5 and earlier, you will need to

Re: [python-win32] building pywin32 for python 2.6...

2009-01-05 Thread Raymond Stewart
I have VS2003, VS2005, and VS2008 installed. How do I make the setup file use the correct version? Tim Roberts wrote: > > Raymond Stewart wrote: >> >> I am having a hard time building Mark Hammond’s pywin32 extension with >> python 2.6.1. I followed the readme and used the setup.py. I have the

Re: [python-win32] building pywin32 for python 2.6...

2009-01-05 Thread Tim Roberts
Raymond Stewart wrote: > > I am having a hard time building Mark Hammond’s pywin32 extension with > python 2.6.1. I followed the readme and used the setup.py. I have the > latest Windows SDK installed, and the Direct X SDK installed as well. > I am building on Vista. I have both Python 2.5 and 2.6

[python-win32] building pywin32 for python 2.6...

2009-01-05 Thread Raymond Stewart
I am having a hard time building Mark Hammond’s pywin32 extension with python 2.6.1. I followed the readme and used the setup.py. I have the latest Windows SDK installed, and the Direct X SDK installed as well. I am building on Vista. I have both Python 2.5 and 2.6 installed as well as VC2003,