Re: How to build python using visual studio 2005?

2011-08-18 Thread Brian Curtin
On Wed, Aug 17, 2011 at 13:16, smith jack wrote: > anybody here have build it correctly? > how to make a msi file just as the official site did? > is there any detailed tutorial online? We're currently shipping CPython built on VS 2008, but I do know of people building with 2005. How they do it

How to build python using visual studio 2005?

2011-08-17 Thread smith jack
anybody here have build it correctly? how to make a msi file just as the official site did? is there any detailed tutorial online? -- http://mail.python.org/mailman/listinfo/python-list

Re: Visual Studio 2005 build of Python 2.4, 2.5 or 2.6

2009-03-11 Thread Christian Heimes
Terry Reedy wrote: > Are you looking for pre-built binaries or the build files to make your > own? PSF distributes 2.? to 2.5 binaries built with VS2003 and 2.6+ > binaries built with VS2008 (I believe) and the corresponding build > files. People have built with VS2005, but you will have to sear

Re: Visual Studio 2005 build of Python 2.4, 2.5 or 2.6

2009-03-11 Thread Terry Reedy
paul.baum...@googlemail.com wrote: Hello, I am a bit lost with all the possible builds of python on Windoze. I am looking for a Visual Studio 2005 build of Python 2.4, 2.5 or 2.6 incl. debug build of the python24.lib e.g. python24_d.lib ? Are you looking for pre-built binaries or the build

Re: Visual Studio 2005 build of Python 2.4, 2.5 or 2.6

2009-03-11 Thread Martin v. Löwis
> I am a bit lost with all the possible builds of python on Windoze. I > am looking for a Visual Studio 2005 build of Python 2.4, 2.5 or 2.6 > incl. debug build of the python24.lib e.g. python24_d.lib ? What's the problem with creating one yourself? Regards, Martin -- http://m

Visual Studio 2005 build of Python 2.4, 2.5 or 2.6

2009-03-11 Thread paul.baum...@googlemail.com
Hello, I am a bit lost with all the possible builds of python on Windoze. I am looking for a Visual Studio 2005 build of Python 2.4, 2.5 or 2.6 incl. debug build of the python24.lib e.g. python24_d.lib ? Any hints are appreciated. Paul -- http://mail.python.org/mailman/listinfo/python-list

python as a static library with Visual Studio 2005

2007-11-27 Thread Patrick Stinson
There doesn't seem to be any clear documentation on how to build python as a static library using Visual Studio 2005. Everything builds, links, and runs fine using python as a dll, but I get a ton of unresolved symbols using a static library. I defined Py_NO_ENABLE_SHARED=1 in the library pr

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-16 Thread danfike
log or two indicating DISTUTILS_USE_SDK does > not work in Visual Studio 2005. I'll see what I can do. I didn't have much luck with this. It looks like my solution is going to be to just ignore this problem for now. In most cases, the binary modules one downloads are written well enou

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread Martin v. Löwis
> Either I misunderstand, or you do. If it wasn't clear, I have already > rebuilt Python using Visual Studio 2005. I see. I must have misunderstood then - if you already rebuilt Python itself, all is fine. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread danfike
> > In order to test this theory (and potentially fix it), I want to re- > > build the pywin32 stuff using Visual Studio 2005. > > That might not be sufficient. You have to rebuild Python itself as well. Either I misunderstand, or you do. If it wasn't clear, I have alrea

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread Martin v. Löwis
> Now, my theory on this issue is that DLLs like win32api.pyd, which I > acquired pre-built, were built with Visual Studio 2003, and they > depend on msvcr71.dll. My Python/MFC application, on the other hand, > was built with Visual Studio 2005, and is linking with msvcr80.dll. If &

Re: Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread kyosohma
On Nov 14, 12:41 pm, [EMAIL PROTECTED] wrote: > Hi everybody... > > I'm hoping one of you reading this can help me out here. I'm having > trouble getting pywin32 to build with Visual Studio 2005. But first, > some background. > > I'm embedding Python in an

Trouble building pywin32 with Visual Studio 2005

2007-11-14 Thread danfike
Hi everybody... I'm hoping one of you reading this can help me out here. I'm having trouble getting pywin32 to build with Visual Studio 2005. But first, some background. I'm embedding Python in an MFC application. I've manually built Python .lib and .dll files using Visual

distutil & visual-studio-2005

2007-05-21 Thread Mathieu Gontier
Hello, Few month ago, I try to build/install additional python packages like Numarray, Numpy, etc on Windows with Visual Studio 2005. I realized that distutil does not support Visual Studio 2005 and it was not planned to be included in the Python release at this moment. Now, does someone has

Re: is it possible to use ironpython 1.1 in visual studio 2005

2007-02-26 Thread hrh1818
se ironpython 1.1 in visual studio 2005? > i have 1.0 running great...but would love to use the newer verision > any ideas > thank you immenely, > jojoba -- http://mail.python.org/mailman/listinfo/python-list

is it possible to use ironpython 1.1 in visual studio 2005

2007-02-26 Thread jojoba
hi all is it possible to use ironpython 1.1 in visual studio 2005? i have 1.0 running great...but would love to use the newer verision any ideas thank you immenely, jojoba -- http://mail.python.org/mailman/listinfo/python-list

Re: E' possibile integrare ironpython con visual studio 2005?

2006-08-05 Thread Tony Nelson
nvece che qui. > > This newsgroup prefers English -- please ask on it.comp.lang.python > rather than here. Still, the question is obvious enough. Microsoft's "Visual Studio 2005 SDK" now contains IronPython integration.

Re: E' possibile integrare ironpython con visual studio 2005?

2006-08-03 Thread Alex Martelli
LaGuna <[EMAIL PROTECTED]> wrote: > Se si come? > > Ciao by Enzo Questo newsgroup preferisce l'inglese -- per favore, chiedi su it.comp.lang.python invece che qui. This newsgroup prefers English -- please ask on it.comp.lang.python rather than here. Alex -- http://mail.python.org/mailman/lis

E' possibile integrare ironpython con visual studio 2005?

2006-08-03 Thread LaGuna
Se si come? Ciao by Enzo -- http://mail.python.org/mailman/listinfo/python-list

Re: visual studio 2005

2005-08-08 Thread Martin v. Löwis
wilf wrote: > Has anyone had success compiling python with this? I personally didn't try yet. Did you? Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

visual studio 2005

2005-08-07 Thread wilf
Has anyone had success compiling python with this? -- http://mail.python.org/mailman/listinfo/python-list