Re: What is Expressiveness in a Computer Language

2006-06-26 Thread Marshall
George Neuner wrote: I can know that my conversion of floating point to integer is going to produce a value within a certain range ... but, in general, the compiler can't determine what that range will be. All it knows is that a floating point value is being truncated and the stupid

Re: Replace Whole Object Through Object Method

2006-06-26 Thread digitalorganics
Maric Michaud wrote: Le lundi 26 juin 2006 22:37, [EMAIL PROTECTED] a écrit : Won't work because there will be employers that aren't workers. And yes, only some workers will become employers, but also only some employers will also be workers (at some point in program). Let me be more

Re: TypeError: Cannot create a consistent method resolution order (MRO) for bases object

2006-06-26 Thread digitalorganics
Maric Michaud wrote: Le lundi 26 juin 2006 20:06, [EMAIL PROTECTED] a écrit : What are the reason one would get this error: TypeError: Cannot create a consistent method resolution order (MRO) for bases object ?? I can provide the code if needed This is the python solution to the

Execute Commands on Remote Computers over Network

2006-06-26 Thread dylpkls91
I have been researching this topic and come up with some code to make it work. It uses SSL and requires the 3rd party package Paramiko (which requires PyCrypto). However, at this moment I have no network to test the code on! Trying to connect to localhost (127.0.0.1) fails. Before I buy network

Re: Replace Whole Object Through Object Method

2006-06-26 Thread digitalorganics
Bruno Desthuilliers wrote: (snip) It is very important that both should maintain attribute values, regardless of whether they take on new roles. Seems obvious. But just a question, BTW: do workers and employers share the same attributes ? And if not, how do you intend to initialize the

Traversing Inheritance Model

2006-06-26 Thread digitalorganics
What's the best way to traverse the web of inheritance? I want to take a class and traverse its bases and then the bases' bases etc looking for a particular class. What first came to mind was nested for loops. However, I want to know if there's some pre-existing method for doing this or if

Re: nested dictionary assignment goes too far

2006-06-26 Thread Jake Emerson
Thanks a lot Serge and Ben. Your posts were right on. I hope the weather is good wherever you are. Jake -- http://mail.python.org/mailman/listinfo/python-list

Re: What is Expressiveness in a Computer Language

2006-06-26 Thread Chris F Clark
I wrote: The important thing is the dynamicism of lisp allowed one to write polymorphic programs, before most of us knew the term. Chris Smith [EMAIL PROTECTED] writes: Sure. In exchange for giving up the proofs of the type checker, you could write all kinds of programs. To this day, we

Re: What is Expressiveness in a Computer Language

2006-06-26 Thread Chris F Clark
Greg Buchholz [EMAIL PROTECTED] writes: Chris F Clark wrote: Thus, as we traverse a list, the first element might be an integer, the second a floating point value, the third a sub-list, the fourth and fifth, two more integers, and so on. If you look statically at the head of the list,

Re: What is Expressiveness in a Computer Language

2006-06-26 Thread Marshall
Chris F Clark wrote: And to me the question is what kinds of types apply to these dynamic programs, where in fact you may have to solve the halting problem to know exactly when some statement is executed. I expect that some programs have type signatures that exceed the expressibility of any

Re: Python taught in schools?

2006-06-26 Thread Lawrence D'Oliveiro
In article [EMAIL PROTECTED], Mirco Wahab [EMAIL PROTECTED] wrote: Thus spoke Lawrence D'Oliveiro (on 2006-06-26 09:21): In article [EMAIL PROTECTED], Mirco Wahab [EMAIL PROTECTED] wrote: C++ programming requires you to massively invest your thinking first into the setup of your build

Re: HTTP server

2006-06-26 Thread placid
Simon Forman wrote: ... Awesome! Glad to hear it. ... Thanks for the help. I got it to work now. You're welcome. I'm glad I could help you. :-D Im having trouble with the following code for handling GET requests from a client to my HTTP server. What i want to do is restrict

Re: Python taught in schools?

2006-06-26 Thread Lawrence D'Oliveiro
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Gary Duzan) wrote: I understand that the school switched [from C++] to Java a short time later, which is some improvement, but still has a good bit of baggage. Java started out trying to avoid most of the complexities of C++, but ended up

Re: Having problems with strings in HTML

2006-06-26 Thread Lawrence D'Oliveiro
In article [EMAIL PROTECTED], Kiana Toufighi [EMAIL PROTECTED] wrote: print ''' a href=http://bbc.botany.utoronto.ca/ntools/cgi-bin/ntools_treeview_word.cgi?inp ut=max=2values_off=noremove_bracket=noshow_line_nr=yesshow_link_out=yesde

Re: Execute Commands on Remote Computers over Network

2006-06-26 Thread Lawrence D'Oliveiro
In article [EMAIL PROTECTED], dylpkls91 [EMAIL PROTECTED] wrote: I have been researching this topic and come up with some code to make it work. It uses SSL and requires the 3rd party package Paramiko (which requires PyCrypto). Why not just spawn an invocation of SSH? --

Re: Traversing Inheritance Model

2006-06-26 Thread Ziga Seilnacht
[EMAIL PROTECTED] wrote: What's the best way to traverse the web of inheritance? I want to take a class and traverse its bases and then the bases' bases etc looking for a particular class. What first came to mind was nested for loops. However, I want to know if there's some pre-existing

Re: What is Expressiveness in a Computer Language

2006-06-26 Thread Chris Smith
Chris F Clark [EMAIL PROTECTED] wrote: And to me the question is what kinds of types apply to these dynamic programs, where in fact you may have to solve the halting problem to know exactly when some statement is executed. Yes, I believe (static) type systems will always end up approximating

[ python-Bugs-1512504 ] builtin enumerate overflows

2006-06-26 Thread SourceForge.net
Bugs item #1512504, was opened at 2006-06-26 08:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512504group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1512604 ] Install on Windows Vista locks up

2006-06-26 Thread SourceForge.net
Bugs item #1512604, was opened at 2006-06-26 06:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512604group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1511998 ] Glitches in What's New for beta 1

2006-06-26 Thread SourceForge.net
Bugs item #1511998, was opened at 2006-06-25 00:09 Message generated for change (Comment added) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1511998group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512163 ] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2006-06-26 Thread SourceForge.net
Bugs item #1512163, was opened at 2006-06-25 11:38 Message generated for change (Comment added) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512163group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512695 ] cPickle.loads() seg.faults when interrupted with keyboard

2006-06-26 Thread SourceForge.net
Bugs item #1512695, was opened at 2006-06-26 16:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512695group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1512695 ] cPickle.loads() seg.faults when interrupted with keyboard

2006-06-26 Thread SourceForge.net
Bugs item #1512695, was opened at 2006-06-26 16:05 Message generated for change (Settings changed) made by faik You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512695group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512163 ] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2006-06-26 Thread SourceForge.net
Bugs item #1512163, was opened at 2006-06-25 11:38 Message generated for change (Comment added) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512163group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1504333 ] sgmlib should allow angle brackets in quoted values

2006-06-26 Thread SourceForge.net
Bugs item #1504333, was opened at 2006-06-11 08:58 Message generated for change (Settings changed) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1504333group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512695 ] cPickle.loads() seg.faults when interrupted with keyboard

2006-06-26 Thread SourceForge.net
Bugs item #1512695, was opened at 2006-06-26 16:05 Message generated for change (Comment added) made by faik You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512695group_id=5470 Please note that this message will contain a full copy of the comment thread,

[ python-Bugs-1512791 ] module wave does no rounding

2006-06-26 Thread SourceForge.net
Bugs item #1512791, was opened at 2006-06-26 15:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512791group_id=5470 Please note that this message will contain a full copy of

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

2006-06-26 Thread SourceForge.net
Bugs item #1202533, was opened at 2005-05-15 16:43 Message generated for change (Settings changed) made by bcannon You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202533group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1511497 ] xml.sax.expatreader is missing

2006-06-26 Thread SourceForge.net
Bugs item #1511497, was opened at 2006-06-23 20:14 Message generated for change (Comment added) made by calvin You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1511497group_id=5470 Please note that this message will contain a full copy of the comment

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

2006-06-26 Thread SourceForge.net
Bugs item #1202533, was opened at 2005-05-15 16:43 Message generated for change (Comment added) made by bcannon You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1202533group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1508864 ] threading.Timer/timeouts break on change of win32 local time

2006-06-26 Thread SourceForge.net
Bugs item #1508864, was opened at 2006-06-19 14:53 Message generated for change (Settings changed) made by qopit You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1508864group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1511497 ] xml.sax.expatreader is missing

2006-06-26 Thread SourceForge.net
Bugs item #1511497, was opened at 2006-06-23 20:14 Message generated for change (Comment added) made by zseil You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1511497group_id=5470 Please note that this message will contain a full copy of the comment thread,

[ python-Bugs-1513032 ] 'make install' failure on FreeBSD 5.3

2006-06-26 Thread SourceForge.net
Bugs item #1513032, was opened at 2006-06-26 23:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1513032group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1512163 ] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2006-06-26 Thread SourceForge.net
Bugs item #1512163, was opened at 2006-06-25 16:38 Message generated for change (Comment added) made by baikie You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512163group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512163 ] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2006-06-26 Thread SourceForge.net
Bugs item #1512163, was opened at 2006-06-25 11:38 Message generated for change (Comment added) made by akuchling You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512163group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512163 ] mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)

2006-06-26 Thread SourceForge.net
Bugs item #1512163, was opened at 2006-06-25 08:38 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512163group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512504 ] builtin enumerate overflows

2006-06-26 Thread SourceForge.net
Bugs item #1512504, was opened at 2006-06-26 01:50 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512504group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1513032 ] 'make install' failure on FreeBSD 5.3

2006-06-26 Thread SourceForge.net
Bugs item #1513032, was opened at 2006-06-26 15:54 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1513032group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1510172 ] Absolute/relative import not working?

2006-06-26 Thread SourceForge.net
Bugs item #1510172, was opened at 2006-06-21 12:35 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1510172group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1512504 ] builtin enumerate overflows

2006-06-26 Thread SourceForge.net
Bugs item #1512504, was opened at 2006-06-26 03:50 Message generated for change (Comment added) made by rhettinger You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1512504group_id=5470 Please note that this message will contain a full copy of the comment

<    1   2   3