Handing a number of methods to the same child class

2005-01-10 Thread Dave Merrill
everything, like the above, among other reasons because it makes customer objects have to know about each new method implemented by the objects they contain. Am I making sense? Thanks, Dave Merrill -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing IPython on win2k

2005-01-08 Thread Dave Merrill
it if ipython could be invoked in the current debugger context in PyDev under Eclipse. Is there any way to do that? Thanks again, Dave Merrill -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing IPython on win2k

2005-01-08 Thread Dave Merrill
"Tim G" wrote in message news:[EMAIL PROTECTED] > Dave Merrill wrote: > > Hi, I'm new to python, and ipython, but not to programming, having > trouble > > getting ipython installed on windows 2000, python 233. Any help would > be > > much appreciate

Installing IPython on win2k

2005-01-08 Thread Dave Merrill
orant flailing about. Very much looking forward to getting this working. Thanks, Dave Merrill -- http://mail.python.org/mailman/listinfo/python-list

Re: Syntax for extracting multiple items from a dictionary

2004-12-01 Thread Dave Merrill
"anton muhin" wrote: > Stefan Behnel wrote: > > > > > > shark schrieb: > > > >> row = {"fname" : "Frank", "lname" : "Jones", "city" : "Hoboken", > >> "state" : > >> "Alaska"} > >> cols = ("city", "state") > >> > >> Is there a best-practices way to ask for an object containing only the > >> keys > >

Re: RELEASED Python 2.4 (final)

2004-11-30 Thread Dave Merrill
Used the packaged Windows (win2k) installs of Python and all components I described. Not a C guy, no compiler, minimal knowledge about them. Dave Merrill "Anthony Baxter" wrote: > > Newb question: Is it possible/recommended to have multiple versions of > > Python in

Re: RELEASED Python 2.4 (final)

2004-11-30 Thread Dave Merrill
SPE did the same thing. After I uninstalled 2.4, SPE ran again under 2.3.3, and that's what I'm using now. What caused this kind of interaction between installs? SPE and wxWindows both live in site-packages, which I would have thought would make them Python-version specific. Dave Merril

Re: RELEASED Python 2.4 (final)

2004-11-30 Thread Dave Merrill
Newb question: Is it possible/recommended to have multiple versions of Python installed simultaneously? Earlier, I installed 2.4rc1, and a number of things in my 2.3.3 install stopped working. Are there known techniques for managing multiple versions? Thanks, Dave Merrill -- http

Re: Newbie MySQLdb / MySQL version problem, I think

2004-11-29 Thread Dave Merrill
r I'd borked it up somehow. Bless the problems you can fix, easily, even... Dave Merrill > I'm using MySQLdb with mysql 4.1 and I've seen this too - to get > around it go to the following link: > > http://dev.mysql.com/doc/mysql/en/Old_client.html -- http://mail.python.org/mailman/listinfo/python-list