Re: Recommended IDE for creating GUI?

2006-04-23 Thread bwaha
on Editor http://stani.be/python/spe/blog/ WXGlade - bundled with SPE WinPDB - debugger bundled with in SPE that works with GUIs WxPython - python bindings to WxWidgets library (fantastic demos that get you up and running quickly) http://www.wxpython.org/ Ipython - interactive python shell http:/

Re: Method Call in Exception

2006-04-20 Thread bwaha
ou use it depends on what level of detail you need. bwaha -- http://mail.python.org/mailman/listinfo/python-list

Re: charting

2006-04-20 Thread bwaha
I recall there's a sample to do with realtime updating of data from an ECG. As for whether python is the language to use ... fwiw ... if you're a programmer then it is a no brainer to use, has a wealth of library support and has a fantastic community to help you out ... and if your n

Re: py2exe problem

2006-04-16 Thread bwaha
"Serge Orlov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > bwaha wrote: > > Thanks for the suggestion, but I definitely have only one version installed. > > In fact I uninstalled it and installed an earlier version (2.5.5.1) to see > > if it

Re: py2exe problem

2006-04-16 Thread bwaha
"Serge Orlov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > bwaha wrote: > > First time trying to create an executable with py2exe. I have a small > > program which makes use of python23 (2.3.5?), wxpython ('2.6.2.1'), > > matplotlib

py2exe problem

2006-04-15 Thread bwaha
First time trying to create an executable with py2exe. I have a small program which makes use of python23 (2.3.5?), wxpython ('2.6.2.1'), matplotlib ('0.83.2'), win32com (latest?), Numeric ('23.7') on Windows XP & Win2000. The program runs without problem but as an exe it doesn't even get to showi

Re: Newbie Help!

2006-02-06 Thread bwaha
> 3. Any good ebooks or links to start with. (according to the web this is the > best place to start.) If you get the point of wantig to buy a book, I can recommend Python Visual Quickstart Guide by Chris Fhris Fehily as a very good text for beginners. I has helped me a lot. -- http://mail.py

Re: matplotlib legend problem

2006-01-27 Thread bwaha
"bwaha" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Has anyone figured out how to get a legend for each line in a > matplotlib.collections.LineCollection instance? > After frigging around for hours I finally tracked down the real cause of the plotting s

matplotlib legend problem

2006-01-27 Thread bwaha
Has anyone figured out how to get a legend for each line in a matplotlib.collections.LineCollection instance? No problem if I plot lines the default way ie. line,=plot(x,y). But I've had to resort to using LineCollections for the significant speed boost since I am routinely plotting up to ten 3000

Re: MVC in wxPython HELP!

2006-01-12 Thread bwaha
> Can I just suggest you search in Google Groups for the message by > "has" labelled "Re: MVC programming with python (newbie) - please help". > Dated: 7 Jan 2006 07:03:04 -0800. It is one of the nicest short > descriptions of the MVC pattern and why it works. I'll second that -- http://m

Re: MVC programming with python (newbie) - please help

2006-01-11 Thread bwaha
Well I read this in daylight hours. Talk about Enlightening!!!. It all became clear. Now I even understand the point of an observer class, which was shown in an example I posted back to the group from an earlier reply. Thanks again for sharing your knowledge. Be Well and Happy Always Chris

Re: MVC programming with python (newbie) - please help

2006-01-09 Thread bwaha
"has" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > bwaha wrote: > > The author refers to mvctree.py in wxPython as an example of MVC design. > > However I'm still too green so I find that particular example too complex > > and I'm

Re: MVC programming with python (newbie) - please help

2006-01-07 Thread bwaha
"bwaha" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'd appreciate some experience from the gurus out there to help me > understand how to implement MVC design in python code. Thanks for all the help. Also this link was sent to me by pm and I found

Re: MVC programming with python (newbie) - please help

2006-01-07 Thread bwaha
"Gerard Flanagan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Gerard Flanagan wrote: > > > bwaha wrote: > > > > > I'd appreciate some experience from the gurus out there to help me > > > understand how to implement MV

MVC programming with python (newbie) - please help

2006-01-06 Thread bwaha
I'd appreciate some experience from the gurus out there to help me understand how to implement MVC design in python code. Entry number 5 on the wxpython wiki at http://wiki.wxpython.org/index.cgi/BuildingControls discusses MVC design in building reusable controls. The author (Terrel Shumway) sugge

gnuplot stdout & python question

2005-10-21 Thread bwaha
plot 4.1 (Oct 10 cvs build), python 2.3 bwaha -- http://mail.python.org/mailman/listinfo/python-list

Re: suggestions on how to do this

2005-04-27 Thread bwaha
) so I can easily modify it to collect terms with like powers. As for speed, its not a concern. Thanks again. bwaha Chris -- http://mail.python.org/mailman/listinfo/python-list