installing mod_python with python 2.4 on Windows xp

2005-05-15 Thread Neuruss
I need help with this issue. All my attempts to get it up and running failed, and the documentation I found so far didn't help me at all. I'm trying to configure this components together: - Apache 2.0.53 - mod_python 3.2.0 dev 2005 0428 win32-p v2.4 - python 2.4 The above version of mod_python

Re: Quick Reference from module doc strings.

2005-05-15 Thread Ron Adam
Scott David Daniels wrote: Althought object is a horrible name for your own value (there is a builtin object which you use for defining new-style classes), you probably want: Good point, I agree. It's a bad habit to start, sooner or later it would cause a problem. I'll find something else

Column data with first value from each row as key?

2005-05-15 Thread Irvine, Wayne D
Title: Column data with first value from each row as key? Hi All, I have a file of column data where the first row/line of the file contains the column headings. These I need to use as keys. Furthermore I need to be able to use the first value from each of the data rows/lines as a

Re: Exception question

2005-05-15 Thread Steven Bethard
Ron Adam wrote: I had read somewhere that exception objects were global, but that wasn't correct, after testing it, they appear to be part of the local frame. So once a function exits, any exceptions objects that happened inside the function are no longer retrievable. And checking

Re: question about the id()

2005-05-15 Thread Bengt Richter
On Mon, 16 May 2005 11:28:31 +0800, kyo guan [EMAIL PROTECTED] wrote: HI Skip: I want to check is there any change in the instance 's methods. a=A() a2=A() a.f == a2.f False a.f is a2.f False a.f is a.f False If the instance methods are create on-the-fly, how to do that?

BayPIGgies: May 19, 7:30pm (FIRST meeting at Google)

2005-05-15 Thread Aahz
NOTE: we are no longer meeting at Stanford; the May meeting is at Google in Mountain View. The next meeting of BayPIGgies will be Thurs, May 19 at 7:30pm. NOTE: to celebrate our first meeting at Google, Google will be providing a buffet dinner starting at 6:45pm. Alex Martelli will be

Optimise Europython competition

2005-05-15 Thread Jacob Hallen
A classic dilemma for conferences is that if you have many tracks, you may find that all of a sudden, a room is swamped, and there is a queue of people wanting to get in. Another problem is that you risk scheduling talks against each other that have a very large set of interested people in common.

Re: installing mod_python with python 2.4 on Windows xp

2005-05-15 Thread grahamd
Suggested that you ask this on the mod_python mailing list: http://mailman.modpython.org/mailman/listinfo/mod_python Detail exactly what the problems you are having are. The person who packages the dev versions is on the mod_python list as are other developers of mod_python. I don't know that

[ python-Bugs-1118729 ] Error in representation of complex numbers(again)

2005-05-15 Thread SourceForge.net
Bugs item #1118729, was opened at 2005-02-09 01:26 Message generated for change (Comment added) made by quiver You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1118729group_id=5470 Category: Python Interpreter Core Group: Python 2.4 Status: Open Resolution:

[ python-Bugs-1202395 ] Description of string.lstrip() needs improvement

2005-05-15 Thread SourceForge.net
Bugs item #1202395, was opened at 2005-05-15 13:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202395group_id=5470 Category: Documentation Group: None Status: Open

[ python-Bugs-1202395 ] Description of string.lstrip() needs improvement

2005-05-15 Thread SourceForge.net
Bugs item #1202395, was opened at 2005-05-15 13:50 Message generated for change (Comment added) made by roysmith You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202395group_id=5470 Category: Documentation Group: None Status: Open Resolution: None

[ python-Bugs-1202475 ] httplib docs mentioning HTTPConnection.getreply

2005-05-15 Thread SourceForge.net
Bugs item #1202475, was opened at 2005-05-15 20:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202475group_id=5470 Category: Documentation Group: None Status: Open

[ python-Bugs-1202493 ] RE parser too loose with {m,n} construct

2005-05-15 Thread SourceForge.net
Bugs item #1202493, was opened at 2005-05-15 16:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202493group_id=5470 Category: Regular Expressions Group: Python 2.5 Status:

[ python-Bugs-1202533 ] a bunch of infinite C recursions

2005-05-15 Thread SourceForge.net
Bugs item #1202533, was opened at 2005-05-15 23:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202533group_id=5470 Category: Python Interpreter Core Group: None Status: Open

<    1   2