[Python-Dev] Re: [Python-checkins] testing
David Goodger
dgoodger@bigfoot.com
Tue, 14 Aug 2001 00:29:39 -0400
I'm not sure if this is the problem, but here goes...
I was unable to set up syncmail for my projects; the executable permissions
wouldn't stick on CVSROOT/syncmail. I solved it by adding an explicit
/usr/bin/python to CVSROOT/loginfo::
DEFAULT /usr/bin/python $CVSROOT/CVSROOT/syncmail ...
syncmail no longer needs to be executable.
Hope this helps.
--
David Goodger dgoodger@bigfoot.com Open-source projects:
- Python Docstring Processing System: http://docstring.sourceforge.net
- reStructuredText: http://structuredtext.sourceforge.net
- The Go Tools Project: http://gotools.sourceforge.net