[wxPython-users] Re: Recommendations for IDE
Tim Black
tim at alwaysreformed.com
Mon Jul 2 08:51:58 PDT 2007
Colin J. Williams wrote:
>> Boa Constructor CVS version has recently been updated, after a fair
>> quite period.
> Looks promising, but where to download, and why so secret ??
> Another problem is that I'm tied to Python 2.4.
Try this in a scheduled task:
-------------
@ECHO OFF
cd C:\Python24\Lib\site-packages\boa
c:
echo Updating Boa via CVS...
"C:\Program Files\TortoiseCVS\cvs.exe" "-q" "update" "-d" "-P" "."
echo All done!
pause
-------------
: )
Tim
More information about the wxpython-users
mailing list