i am new to using WinCVS, so this may be something obvious which i simply do not understand. however, following the instructions in Perqvist, i modified the default modules file. then, upon running
Admin -> Macros Admin -> Get the cvs modules i receive the following ouput: Traceback (most recent call last): File "<string>", line 1, in ? File "C:\PROGRA~1\GNU\WinCvs 1.3\PythonLib\cvsgui\MacroRegistry.py", line 209, in DoCmdm.Run() File "C:\Program Files\GNU\WinCvs 1.3\Macros\ListModules.py", line 15, in Run lines = string.split(out, '\n') File "C:\Python21\Lib\string.py", line 114, in split return s.split(sep, maxsplit) AttributeError: 'None' object has no attribute 'split' the one odd thing i did notice, which may or may not matter, is the directory name for WinCVS 1.3 contains a space in the output, however, the path specified in the Admin -> Preferences -> WinCVS -> Home field contains the tilde to specify the path without spaces ( c:\progra~1\gun\WinCVS~1.3 ). the module file contents (minus comments): CVSROOT -a CVSROOT com /com pm /com/pm pt /com/pm/pt bns /com/pm/pt/beans abn /com/pm/pt/beans/abstractBeans *.java dbn /com/pm/pt/beans/dataBeans *.java sbn /com/pm/pt/beans/servletBeans *.java tbn /com/pm/pt/beans/testBeans *.java ubn /com/pm/pt/beans/utilityBeans *.java htm /com/pm/pt/html img /com/pm/pt/images js /com/pm/pt/js srv /com/pm/pt/servlets xml /com/pm/pt/WEB-INF *.xml so do i need to change something or is the really a bug in the Python script ? TIA steve _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs