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 into Visual SourceSafe and asks for login
>and password. I believe this shouldn't be the case.
>  
>

This is perfectly normal.  Visual Source Safe leaves "droppings" in the
VC++ project file.  Any time you take a VC++ project that used to be in
Visual Source Safe and move it to another machine, the new VC++ will try
to connect to VSS, just in case you happen to be on the same network.

>Any inputs on this??
>

All you need to do is decline.  Click cancel, or whatever the "leave me
alone" option is.  It won't ask you again.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to