Re: [Boa Constr] Presentation
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-04-15 01:36:48
|
Hi Antoni, Antoni Aloy wrote: > > Hi! > My name is Antoni Aloy. > I've been using Python the last months, and I've just beginnig with Boa. > In my opinion Boa it's what python needs to be as good as most known rad > tools. Mine too. Luckily the Python language is better than any other rad language so we've got a head start! > > Some suggestions: > > a) I've seen the new Wx version with syntax highlight. It would be a great > add on for Boa. Are you referring to wxPyEditor? This is an editor control written by Dirk Holtwick. I did try it out but it was a bit slow on large files, had a few bugs and misses crucial features like selecting text. But don't despair, Robin Dunn will be releasing wxStyledTextEditor soon. It is based on Scintilla which has a very impressive list of features (including stuff like code completion and parameter tips) > b) I've had installed on NT and W98 without problems, but I've have lots of > problems on Linux (package dependencies). Althought I'm quite new in Linux I > think more intall instrucction to be able to program python using Boa. The wxPython mailing list might be the best place to ask about this. Also, you'll have to be a bit more specific in what problems you encounter. Personally I just installed from the RPMs. The only hitch I had was a dependency on a MESA RPM I had to search for and install before I could install the wxPython RPM. Good luck Riaan |