i've added a string to mssccprj.scc :
Database = "\\Alpha\SS_Sources\"
( "\\Alpha\SS_Sources\" is our sources database path )
And vss.CheckoutFile, called directly, works now.
But when I open a "checkin'd" file in pythonwin and try to edit it
a message shown : "Document is read-only, and
> What i do not understand is how to tell PythonWin the path to SS
> database? Or do i miss anything else?
Pythonwin uses the default SS database. Check out
pywin\framework\editor\vss.py
Mark.
___
ActivePython mailing list
[EMAIL PROTECTED]
http://li
[Sorry for a newbish question]
Can someone please elaborate on the topic?
I've created mssccprj.scc in C:\TestPVSS with body :
[Python]
Project=TestPython
-eof-
And made C:\TestPVSS working folder for $/TestPython project in VSS.
What i do not understand is how to tell PythonWin the path to S