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 no source-control system is configured." While digging I've found that it's really not configured - there was no "Source Control Module" key is windows registry options for editor. Creating it and setting to "pywin.framework.editor.vss" fixed the situation. Kerim Friday, April 27, 2001, 2:22:36 AM, you wrote: >> What i do not understand is how to tell PythonWin the path to SS >> database? Or do i miss anything else? MH> Pythonwin uses the default SS database. Check out MH> pywin\framework\editor\vss.py MH> Mark. _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
