Re: [Boa Constr] 2 problems-- wxMenu and python crashing
Status: Beta
Brought to you by:
riaan
From: Steve H. <sh...@ho...> - 2002-07-06 15:54:53
|
----- Original Message ----- From: "Riaan Booysen" <riaan@e.co.za> To: <joh...@om...> Cc: "Boa," <boa...@li...> Sent: Friday, July 05, 2002 8:15 PM > Hello John, > > John Boik wrote: [ ... ] > > I could upgrade to the new CVS > > version, but Im not sure how to do that. I went to the CVS site and I see I > > can download several different modules, but which ones do I want and how do > > I install them in Windows? Do I just copy them over the old folders? > > Learning to use CVS is of value to any developer IMO. > Boa is not released that regularly, so if you need support for the > latest wxPython or new features/fixes then it's up to you to learn CVS. > There's plenty of help on the web and in the Boa application help. > > I do suggest leaving it until you are more familiar with everything. > [ ... ] As a relatively new CVS user, I would point out that simply to *track* the CVS version of a project is relatively simple, and definitely worthwhile for stuff like Boa. If you run Windows I would recommend that you install cygwin, which comes with an up-to-date version of CVS quite good enough for the likes of you or me. An initial checkout (cvs co) of the whole project is easily done -- every SourceForge prject explains how to get the code. Thereafter a periodic "cvs update" will keep you in synch with your project. So I'd recommend that everyone who's been thinking "maybe I'll try the CVS versionm" do so, and start giving Riaan more feedback. He need the encouragement of knowing that people are using his code! [Riaan: You're doing a great job, keep it up!] regards ----------------------------------------------------------------------- Steve Holden http://www.holdenweb.com/ Python Web Programming http://pydish.holdenweb.com/pwp/ ----------------------------------------------------------------------- |