Re: [python-win32] building python on Windows

2006-02-24 Thread Manish Marathe
On 2/23/06, Tim Roberts <[EMAIL PROTECTED]> wrote: On Tue, 21 Feb 2006 18:28:46 -0800, "Manish Marathe"<[EMAIL PROTECTED]> wrote:>Python Experts everywhere!!>>I am trying to build python 2.4.1 on windows 2003 server using the MSVC>files under src/PC/VC6. If I try to open the workspace pcbuild.dsw

Re: [python-win32] building python on Windows

2006-02-23 Thread Tim Roberts
On Tue, 21 Feb 2006 18:28:46 -0800, "Manish Marathe" <[EMAIL PROTECTED]> wrote: >Python Experts everywhere!! > >I am trying to build python 2.4.1 on windows 2003 server using the MSVC >files under src/PC/VC6. If I try to open the workspace pcbuild.dsw with MS >Visual C++ 6.0, it tries to login int

Re: [python-win32] building python on Windows

2006-02-22 Thread Trent Mick
[Tony C wrote] > Correct me if I'm wrong, I don't think you can build anything after Python > 2.3 with VC6. You *can*, it just isn't the default anymore... and it is possible that Python's VC6 project files will be unmaintained and hence out of date for subsequent versions. Trent -- Trent Mick

Re: [python-win32] building python on Windows

2006-02-22 Thread Tony C
Correct me if I'm wrong, I don't think you can build anything after Python 2.3 with VC6.This just might save you some grief though.Although, this has nothing to do with your Source Safe issue.I use Visual C 6 on non-python projects on XP, and don' t have this problem. Message: 7Date: Tue, 21 Feb 20

[python-win32] building python on Windows

2006-02-21 Thread Manish Marathe
Python Experts everywhere!! I am trying to build python 2.4.1 on windows 2003 server using the MSVC files under src/PC/VC6. If I try to open the workspace pcbuild.dsw with MS Visual C++ 6.0, it tries to login into Visual SourceSafe and asks for login and password. I believe this shouldn't be the ca